[billing] Add billing server

This commit is contained in:
Dom Eori
2022-03-12 22:53:09 +09:00
parent aceddac65b
commit f8f92ff59e
12 changed files with 339 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ 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.locations=classpath:db/migration/mysql

View File

@@ -5,6 +5,8 @@ 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.datasource.driver-class-name=org.sqlite.JDBC