[-] Completely drop mysql support

This commit is contained in:
Azalea
2024-02-17 01:07:09 -05:00
parent 7d3579af4f
commit 5748a11788
4 changed files with 1 additions and 28 deletions

View File

@@ -1,18 +0,0 @@
# For testing
## AimeDb server setting
aimedb.server.enable=true
aimedb.server.port=22345
allnet.server.host=localhost
allnet.server.port=80
aimedb.server.address=127.0.0.1
billing.server.enable=true
billing.server.port=8443
## Http Server Port
server.port=80
spring.flyway.clean-disabled=false
spring.flyway.locations=classpath:db/migration/mysql
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=aqua_test
spring.datasource.password=aqua_test
spring.datasource.url=jdbc:mysql://localhost:13306/aqua_test?useSSL=false&allowPublicKeyRetrieval=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect