feat(storage): add support for mysql
This commit is contained in:
parent
83b7f90976
commit
52c7c00dd1
17 changed files with 296 additions and 33 deletions
6
pom.xml
6
pom.xml
|
@ -91,6 +91,12 @@
|
|||
<artifactId>mariadb-java-client</artifactId>
|
||||
<version>3.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
<version>8.1.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- YAML Reader -->
|
||||
<dependency>
|
||||
<groupId>com.github.jsixface</groupId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue