Home > Back-end >  Used Mybatis javax.mail. Persistence in the comments if necessary
Used Mybatis javax.mail. Persistence in the comments if necessary

Time:05-26

Can I use the SSM development, entity class and use of personal comments whether it is necessary to
Such as:
@ Data
@ Table (name="t_user")
Public class User implements Serializable {
@ Id
@ the Column (name="user_id")
@ GeneratedValue (strategy=GenerationType. AUTO)
Private Long userid.

@ the Column (name="user_name")

Private String username;

}
  • Related