spring-projects / spring-data-examples

Spring Data Example Projects
Apache License 2.0
5.18k stars 3.39k forks source link

@Wither Deprecated #611

Closed tobit800 closed 3 years ago

tobit800 commented 3 years ago

@Wither is deprecated lombok.With has been promoted to the main package, so use that one instead.

https://github.com/spring-projects/spring-data-examples/blob/60385ee4b40a73c8cc1ef691bdaf5839fa3f52a6/jdbc/basics/src/main/java/example/springdata/jdbc/basics/simpleentity/Category.java#L40