Commit 71122a23 by huluobin

update

parent 0ffeb5a1
...@@ -41,6 +41,9 @@ spring: ...@@ -41,6 +41,9 @@ spring:
username: root username: root
password: "123456" password: "123456"
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
hikari:
connection-init-sql: "SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci"
mail: mail:
host: smtp.qq.com host: smtp.qq.com
username: robbendev@qq.com username: robbendev@qq.com
......
...@@ -40,6 +40,10 @@ spring: ...@@ -40,6 +40,10 @@ spring:
username: root username: root
password: "#7kfnymAM$Y9-Ntf" password: "#7kfnymAM$Y9-Ntf"
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
hikari:
connection-init-sql: "SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci"
mail: mail:
host: smtp.qq.com host: smtp.qq.com
username: robbendev@qq.com username: robbendev@qq.com
......
...@@ -40,6 +40,8 @@ spring: ...@@ -40,6 +40,8 @@ spring:
username: root username: root
password: "#7kfnymAM$Y9-Ntf" password: "#7kfnymAM$Y9-Ntf"
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
hikari:
connection-init-sql: "SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci"
#redis配置 #redis配置
redis: redis:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment