提交 081e2e0d 编写于 作者: Skyeye云's avatar Skyeye云

更新

上级 ae18199b
此差异已折叠。
package com.skyeye;
package com;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
......
......@@ -47,10 +47,6 @@ activiti.database.username=root
#数据库密码
activiti.database.password=admin
#阻止activiti的验证
spring.thymeleaf.mode=LEGACYHTML5
spring.thymeleaf.cache=false
#redis 1连接信息
redis.ip1=134.175.113.149
redis.host1=7001
......
......@@ -35,6 +35,7 @@ spring:
connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
activiti:
# 自动部署验证设置:true-开启(默认)、false-关闭
check-process-definitions: false
url: jdbc:mysql://localhost:3306/${activiti.database.name}?useUnicode=true&characterEncoding=utf8&useSSL=false
username: ${activiti.database.username}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册