completed initial scaffolding for services
This commit is contained in:
@@ -12,3 +12,5 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/qpay?useLegacyDatetimeCode=false
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=password
|
||||
|
||||
sbz.aggregator.url=http://192.168.16.29:24050/v1
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
spring.application.name=tm
|
||||
debug=true
|
||||
|
||||
server.servlet.context-path=/api
|
||||
|
||||
logging.level.root=INFO
|
||||
logging.level.org.springframework.boot.autoconfigure=INFO
|
||||
|
||||
@@ -12,3 +15,5 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/qpay?useLegacyDatetimeCode=false
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=password
|
||||
|
||||
sbz.aggregator.url=http://192.168.16.29:24050/v1
|
||||
Reference in New Issue
Block a user