sql setup

This commit is contained in:
2026-05-26 00:47:01 -04:00
parent 981d26d003
commit 5714bec389
10 changed files with 325 additions and 0 deletions
+16
View File
@@ -41,6 +41,18 @@
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
@@ -99,6 +111,10 @@
<pattern>org.reactivestreams</pattern>
<shadedPattern>${shade.base}.reactivestreams</shadedPattern>
</relocation>
<relocation>
<pattern>com.zaxxer.hikari</pattern>
<shadedPattern>${shade.base}.hikari</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>