|
@@ -5,7 +5,7 @@ spring:
|
|
|
application:
|
|
application:
|
|
|
name: qqflowengine-backend
|
|
name: qqflowengine-backend
|
|
|
datasource:
|
|
datasource:
|
|
|
- url: jdbc:mysql://localhost:3306/qqflowengine?useUnicode=true&characterEncoding=utf8mb4&serverTimezone=Asia/Shanghai&createDatabaseIfNotExist=true
|
|
|
|
|
|
|
+ url: jdbc:mysql://localhost:3306/qqflowengine?useUnicode=true&characterEncoding=UTF-8&connectionCollation=utf8mb4_unicode_ci&serverTimezone=Asia/Shanghai&createDatabaseIfNotExist=true
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
username: root
|
|
username: root
|
|
|
password: root
|
|
password: root
|