implemented new DB core, referal system

This commit is contained in:
AddictionGames
2026-01-10 00:48:14 +02:00
parent 248e9cd4c9
commit c125063c84
24 changed files with 1155 additions and 136 deletions

View File

@@ -72,6 +72,13 @@
<artifactId>flyway-mysql</artifactId>
</dependency>
<!-- MaxMind GeoIP2 -->
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
<version>4.2.0</version>
</dependency>
</dependencies>
<build>