@@ -1,5 +1,5 @@
server:
- port: 8080
+ port: 8879
spring:
application:
@@ -16,9 +16,12 @@ spring:
name: message-center
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://rm-2ze20ntn5y9ljsx147o.mysql.rds.aliyuncs.com:3306/message?allowMultiQueries=true&serverTimezone=UTC&useUnicode=true&useSSL=false&characterEncoding=UTF-8
+# url: jdbc:mysql://rm-2ze20ntn5y9ljsx147o.mysql.rds.aliyuncs.com:3306/message?allowMultiQueries=true&serverTimezone=UTC&useUnicode=true&useSSL=false&characterEncoding=UTF-8
+# username: root
+# password: zVmW58LaAtjIKbb
+ url: jdbc:mysql://192.168.100.91:9934/message?allowMultiQueries=true&serverTimezone=UTC&useUnicode=true&useSSL=false&characterEncoding=UTF-8
username: root
- password: zVmW58LaAtjIKbb
+ password: persagy@2021
jackson:
date-format: yyyy-MM-dd HH:mm:ss
@@ -62,6 +62,7 @@ class BackMainThread {
states.addAll(arrayListOf(state0, state1, state10, state11, state2, state20, state21, state31, state3, state4))
}
states.forEach { modelState ->
+ modelState.prepareModel()
modelState.handle()
@@ -156,6 +156,6 @@ properties:
doorCreate: ${properties.datacenter.url}door/create_ignore
message:
- url: http://39.105.112.36/message-center/
+ url: http://127.0.0.1:8879/
# 发送消息接口
createPath: ${properties.message.url}message/create