fix:分布式系统下的websocket通信
This commit is contained in:
@@ -11,8 +11,10 @@ server.port=8072
|
||||
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=123456
|
||||
spring.datasource.password=12345abcde
|
||||
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tutorial?useUnicode=true&characterEncoding=utf8&useSSL=false&ServerTimezone=Asia/Shanghai
|
||||
|
||||
|
||||
dubbo.application.qos-enable=false
|
||||
dubbo.application.qos-enable=false
|
||||
|
||||
spring.rabbitmq.port=5672
|
||||
Reference in New Issue
Block a user