activiti自动创建表配置
parent
a8cc2b939f
commit
a27460b582
|
@ -1,5 +1,5 @@
|
||||||
spring.datasource.url=jdbc:mysql://117.174.24.18:3306/fourcal?\
|
spring.datasource.url=jdbc:mysql://117.174.24.18:3306/fourcal?\
|
||||||
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=zytx123!@#
|
spring.datasource.password=zytx123!@#
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
spring.datasource.url=jdbc:mysql://localhost:3306/fourcal?\
|
spring.datasource.url=jdbc:mysql://localhost:3306/fourcal?\
|
||||||
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=123456
|
spring.datasource.password=123456
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
spring.datasource.url=jdbc:mysql://120.27.128.207:3306/fourcal?\
|
spring.datasource.url=jdbc:mysql://120.27.128.207:3306/fourcal?\
|
||||||
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=zytx123!@#
|
spring.datasource.password=zytx123!@#
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
spring.datasource.url=jdbc:mysql://172.34.31.145:3306/fourcal?\
|
spring.datasource.url=jdbc:mysql://172.34.31.145:3306/fourcal?\
|
||||||
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
||||||
spring.datasource.username=fourcal
|
spring.datasource.username=fourcal
|
||||||
spring.datasource.password=Qwer123!@#$
|
spring.datasource.password=Qwer123!@#$
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/fourcal?\
|
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/fourcal?\
|
||||||
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=zytx123!@#
|
spring.datasource.password=zytx123!@#
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ spring.application.name=fourcal
|
||||||
server.port=8282
|
server.port=8282
|
||||||
server.context-path=/fourcal
|
server.context-path=/fourcal
|
||||||
app.version=0.0.1
|
app.version=0.0.1
|
||||||
spring.profiles.active=dev
|
spring.profiles.active=local
|
||||||
|
|
||||||
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
||||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||||
|
|
Loading…
Reference in New Issue