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)