Version bumps for Spring 5
Issue gh-4080
This commit is contained in:
@@ -27,7 +27,7 @@ import org.hibernate.validator.constraints.NotEmpty;
|
||||
@Entity
|
||||
public class Message {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Long id;
|
||||
|
||||
@NotEmpty(message = "Message is required.")
|
||||
|
||||
Reference in New Issue
Block a user