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;
}