application.properties 253 Bytes
Newer Older
cloudgyb's avatar
cloudgyb committed
1 2 3 4 5 6 7 8 9 10 11
server.port=8080

spring.datasource.url=jdbc:mariadb://localhost:3306/test?serverTimezone=GMT%2B8
spring.datasource.username=root
spring.datasource.password=123456

spring.jpa.show-sql=true
spring.jpa.open-in-view=false

#es.host=localhost
#es.port=9200