fourcal/src/main/resources/application-local.properties

13 lines
523 B
Properties
Raw Normal View History

spring.datasource.url=jdbc:mysql://localhost:3306/fourcal?\
2021-11-09 11:56:22 +00:00
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
spring.datasource.username=root
spring.datasource.password=123456
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
#spring.jpa.properties.hibernate.hbm2ddl.auto=update
spring.jpa.show-sql=true
admin.domain=https://dzgtest.palmte.cn
upload.path=/mnt/dzg/image
upload.prefix=https://dzgtest.palmte.cn/upload