Project "social"

 1. yaml file: allow-bean-definition-overriding -> https://www.baeldung.com/spring-boot-bean-definition-override-exception


2. yaml file: spring: jpa: open-in-view -> https://stackoverflow.com/questions/30549489/what-is-this-spring-jpa-open-in-view-true-property-in-spring-boot


3. @Data : could cause some problems: https://stackoverflow.com/questions/38572566/warning-equals-hashcode-on-data-annotation-lombok-with-inheritance


4. Hibernate GenerationType.Identity vs GenerationType.Sequence

https://stackoverflow.com/questions/66461658/hibernate-generationtype-identity-vs-generationtype-sequence






Комментарии

Популярные сообщения из этого блога

Lesson1: JDK, JVM, JRE

SE_21_Lesson_11: Inheritance, Polymorphism

SE_21_Lesson_9: Initialization Blocks, Wrapper types, String class