completed initial charge logic
This commit is contained in:
@@ -9,11 +9,13 @@ logging.level.org.springframework.boot.autoconfigure=INFO
|
||||
server.port=6950
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
||||
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/qpay?useLegacyDatetimeCode=false
|
||||
spring.datasource.username=root
|
||||
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/qpay?useLegacyDatetimeCode=false
|
||||
spring.datasource.username=postgres
|
||||
spring.datasource.password=password
|
||||
|
||||
sbz.aggregator.url=http://192.168.16.29:24050/v1
|
||||
Reference in New Issue
Block a user