Add project to create h2 console in spring boot

This commit is contained in:
YuCheng Hu 2020-04-03 12:05:55 -04:00
parent 5097f44328
commit 6dc530b318
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 相关文章:
- [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)