fix:分布式系统下的websocket通信

This commit is contained in:
ivmiku
2024-08-28 23:14:52 +08:00
parent be3c8728fb
commit e6048a8568
5 changed files with 30 additions and 14 deletions

View File

@@ -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