java-tutorials/persistence-modules/spring-boot-persistence-h2/README.md

4 lines
364 B
Markdown
Raw Normal View History

### Relevant Articles:
- [Access the Same In-Memory H2 Database in Multiple Spring Boot Applications](https://www.baeldung.com/spring-boot-access-h2-database-multiple-apps)
2019-12-16 02:53:28 -05:00
- [Spring Boot With H2 Database](https://www.baeldung.com/spring-boot-h2-database)
- [Hibernate @NotNull vs @Column(nullable = false)](https://www.baeldung.com/hibernate-notnull-vs-nullable)