From 77148e31d2afd46d2da9ab35ea6c2347b0f5b114 Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Tue, 25 Sep 2018 07:10:35 -0500 Subject: [PATCH] BAEL-1980: Update README.md (#5327) * BAEL-1766: Update README * BAEL-1853: add link to article * BAEL-1801: add link to article * Added links back to articles * Add links back to articles * BAEL-1795: Update README * BAEL-1901 and BAEL-1555 add links back to article * BAEL-2026 add link back to article * BAEL-2029: add link back to article * BAEL-1898: Add link back to article * BAEL-2102 and BAEL-2131 Add links back to articles * BAEL-2132 Add link back to article * BAEL-1980: add link back to article --- spring-boot-h2/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-boot-h2/README.md diff --git a/spring-boot-h2/README.md b/spring-boot-h2/README.md new file mode 100644 index 0000000000..af5f395440 --- /dev/null +++ b/spring-boot-h2/README.md @@ -0,0 +1,2 @@ +### 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)