initial commit
This commit is contained in:
14
src/main/resources/application-lab.properties
Normal file
14
src/main/resources/application-lab.properties
Normal file
@@ -0,0 +1,14 @@
|
||||
spring.application.name=tm
|
||||
debug=true
|
||||
logging.level.root=INFO
|
||||
logging.level.org.springframework.boot.autoconfigure=INFO
|
||||
|
||||
server.port=6950
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=validate
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
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
|
||||
Reference in New Issue
Block a user