Commit 61d5847f by huluobin

update

parent 764e04d4
...@@ -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:
......
...@@ -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:
......
...@@ -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"
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:
...@@ -104,4 +106,4 @@ wx: ...@@ -104,4 +106,4 @@ wx:
keyPath: "/usr/local/src/gogirl/gogirl-payment/apiclient_cert.p12" keyPath: "/usr/local/src/gogirl/gogirl-payment/apiclient_cert.p12"
server: server:
port: 5444 port: 5444
\ No newline at end of file
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