任务相关

This commit is contained in:
李玉东 2025-09-22 14:07:22 +08:00
parent e54f7fdfde
commit 2237ffad9b
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
package com.hivekion.basedata.controller;
package com.hivekion.baseData.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;

View File

@ -118,7 +118,7 @@ public class WsServer {
}
public static void sendMessage(Integer scenarioId, String room, String message) {
log.info("send {},{},{}", message, scenarioId, room);
// log.info("send {},{},{}", message, scenarioId, room);
synchronized (lock) {
Map<String, Map<String, Session>> roomMap = SESSION_MAP.get(String.valueOf(scenarioId));

View File

@ -1,12 +1,12 @@
spring.datasource.dynamic.primary=dm
spring.datasource.dynamic.strict=false
spring.datasource.dynamic.datasource.dm.url=jdbc:dm://192.168.0.53:5236/SIMULATION
spring.datasource.dynamic.datasource.dm.url=jdbc:dm://127.0.0.1:5236/SIMULATION
spring.datasource.dynamic.datasource.dm.driver-class-name=dm.jdbc.driver.DmDriver
spring.datasource.dynamic.datasource.dm.username=simulation
spring.datasource.dynamic.datasource.dm.password=Simulation001
spring.datasource.dynamic.datasource.dm.username=SYSDBA
spring.datasource.dynamic.datasource.dm.password=Admin123
spring.redis.database=0
spring.redis.host=192.168.0.225
spring.redis.host=127.0.0.1
spring.redis.port=6379
#spring.redis.password=123
spring.redis.timeout=5000
@ -51,5 +51,5 @@ get.all.user = http://127.0.0.1/oauth2Server/api/outside/syncUserAll
#get.all.dept=http://127.0.0.1/oatuh2Server/api/outside/synDeptAll
logout.url=http://127.0.0.1:99/oauth2Server/oauth2/logout
path.planning.url=http://192.168.0.53:8989/route
path.planning.url=http://127.0.0.1:8989/route