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

11 lines
501 B
Properties
Raw Normal View History

2022-02-21 07:19:51 +00:00
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/fourcal?\
2021-11-09 11:56:22 +00:00
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
2022-02-21 07:19:51 +00:00
spring.datasource.username=root
2021-10-28 08:09:50 +00:00
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
2022-08-19 14:39:17 +00:00
upload.prefix=http://10.208.1.140:8081/fourcal/upload