feat:更端口

This commit is contained in:
fengyarnom 2025-05-19 17:33:26 +08:00
parent 3125dc946e
commit 3ff9cbbd50
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import java.util.concurrent.atomic.AtomicReference;
@Component @Component
public class TcpRtkServer implements CommandLineRunner { public class TcpRtkServer implements CommandLineRunner {
private static final Logger logger = LoggerFactory.getLogger(TcpRtkServer.class); private static final Logger logger = LoggerFactory.getLogger(TcpRtkServer.class);
private static final int PORT = 5015; // 可根据需要修改端口 private static final int PORT = 11111; // 可根据需要修改端口
// 气象数据库连接信息 // 气象数据库连接信息
private static final String RAIN_DB_URL = "jdbc:mysql://8.134.185.53:3306/rain_db?useSSL=true"; private static final String RAIN_DB_URL = "jdbc:mysql://8.134.185.53:3306/rain_db?useSSL=true";

View File

@ -1,5 +1,5 @@
server: server:
port: 11111 port: 11112
spring: spring:
datasource: datasource: