Commit 71122a23 by huluobin

update

parent 0ffeb5a1
......@@ -41,6 +41,9 @@ spring:
username: root
password: "123456"
driver-class-name: com.mysql.jdbc.Driver
hikari:
connection-init-sql: "SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci"
mail:
host: smtp.qq.com
username: robbendev@qq.com
......
......@@ -40,6 +40,10 @@ spring:
username: root
password: "#7kfnymAM$Y9-Ntf"
driver-class-name: com.mysql.jdbc.Driver
hikari:
connection-init-sql: "SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci"
mail:
host: smtp.qq.com
username: robbendev@qq.com
......
......@@ -40,6 +40,8 @@ spring:
username: root
password: "#7kfnymAM$Y9-Ntf"
driver-class-name: com.mysql.jdbc.Driver
hikari:
connection-init-sql: "SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci"
#redis配置
redis:
......@@ -104,4 +106,4 @@ wx:
keyPath: "/usr/local/src/gogirl/gogirl-payment/apiclient_cert.p12"
server:
port: 5444
\ No newline at end of file
port: 5444
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