Код: Выделить всё
@Column(name = "description", nullable = false)
@NotBlank(message = "Description cannot be blank")
private String description;
< /code>
Вот мой импорт в моем файле pom.xml: < /p>
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-devtools
runtime
true
org.springframework.boot
spring-boot-starter-test
test
org.springframework.boot
spring-boot-starter-data-jpa
mysql
mysql-connector-java
8.0.33
Подробнее здесь: https://stackoverflow.com/questions/797 ... in-my-code