Add/fix links Team_BAEL-10195 (#5647)

* Update README.md

* Update README.md
This commit is contained in:
charlesgonzales 2018-11-09 17:46:30 +08:00 committed by Grzegorz Piwowarek
parent 6a352be977
commit 064113f939
2 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,4 @@
- [Using Lomboks @Getter for Boolean Fields](https://www.baeldung.com/lombok-getter-boolean)
- [Lombok @Builder with Inheritance](https://www.baeldung.com/lombok-builder-inheritance)
- [Lombok Builder with Default Value](https://www.baeldung.com/lombok-builder-default-value)
- [Lombok Builder with Custom Setter](https://www.baeldung.com/lombok-builder-with-custom-setter)
- [Lombok Builder with Custom Setter](https://www.baeldung.com/lombok-builder-custom-setter)

View File

@ -18,3 +18,4 @@
- [@JoinColumn Annotation Explained](https://www.baeldung.com/jpa-join-column)
- [Hibernate 5 Naming Strategy Configuration](https://www.baeldung.com/hibernate-naming-strategy)
- [Proxy in Hibernate load() Method](https://www.baeldung.com/hibernate-proxy-load-method)
- [Custom Types in Hibernate](https://www.baeldung.com/hibernate-custom-types)