feat:更端口
This commit is contained in:
parent
3125dc946e
commit
3ff9cbbd50
@ -28,7 +28,7 @@ import java.util.concurrent.atomic.AtomicReference;
|
||||
@Component
|
||||
public class TcpRtkServer implements CommandLineRunner {
|
||||
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";
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 11111
|
||||
port: 11112
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user