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

11 lines
484 B
Properties
Raw Normal View History

2021-10-28 08:09:50 +00:00
spring.datasource.url=jdbc:mysql://172.34.31.145:3306/fourcal?\
2021-11-09 11:56:22 +00:00
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
2021-10-28 08:09:50 +00:00
spring.datasource.username=fourcal
spring.datasource.password=Qwer123!@#$
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
#spring.jpa.properties.hibernate.hbm2ddl.auto=update
#spring.jpa.show-sql=true
upload.path=/home/data/fourcal
upload.prefix=/upload/fourcal