springboot/src/main/resources/application-debug.yml
@@ -36,7 +36,7 @@ activiti: database-schema-update: false datasource: url: jdbc:mysql://localhost:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false url: jdbc:mysql://localhost:3306/TT_dev?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false username: root password: 123456 type: com.alibaba.druid.pool.DruidDataSource