Skip to content

Instantly share code, notes, and snippets.

View Geovanny0401's full-sized avatar

Geovanny Mendoza Geovanny0401

View GitHub Profile
package com.gmendozag.co.Entity;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
@Entity
public class Cliente {