From 6dc530b31899ea3f11ce65bf9875c77ae22be071 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 3 Apr 2020 12:05:55 -0400 Subject: [PATCH] Add project to create h2 console in spring boot --- .../spring-boot-persistence-h2-console/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 persistence-modules/spring-boot-persistence-h2-console/README.md diff --git a/persistence-modules/spring-boot-persistence-h2-console/README.md b/persistence-modules/spring-boot-persistence-h2-console/README.md new file mode 100644 index 0000000000..f74cea7793 --- /dev/null +++ b/persistence-modules/spring-boot-persistence-h2-console/README.md @@ -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)