Update README.md

[skip ci]
This commit is contained in:
edizor 2023-05-11 23:50:18 +08:00 committed by GitHub
parent 68af213dfe
commit 7eba847b93
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@
- [Hibernate @NotNull vs @Column(nullable = false)](https://www.baeldung.com/hibernate-notnull-vs-nullable) - [Hibernate @NotNull vs @Column(nullable = false)](https://www.baeldung.com/hibernate-notnull-vs-nullable)
- [Quick Guide to Hibernate enable_lazy_load_no_trans Property](https://www.baeldung.com/hibernate-lazy-loading-workaround) - [Quick Guide to Hibernate enable_lazy_load_no_trans Property](https://www.baeldung.com/hibernate-lazy-loading-workaround)
- [Where Does H2s Embedded Database Store The Data?](https://www.baeldung.com/h2-embedded-db-data-storage) - [Where Does H2s Embedded Database Store The Data?](https://www.baeldung.com/h2-embedded-db-data-storage)
- [Spring Boot H2 JdbcSQLSyntaxErrorException expected “identifier”](https://www.baeldung.com/spring-boot-h2-jdbcsqlsyntaxerrorexception-expected-identifier)