Add ability for user to utilize external DBs for Multi-DB sample

Updated based on code review
This commit is contained in:
Glenn Renfro
2020-09-25 15:03:29 -04:00
parent cf285e3e5f
commit 13b6e2de4d
7 changed files with 237 additions and 5 deletions

View File

@@ -52,6 +52,10 @@
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>