檀树岗配置信息修改

master
wany 2024-09-20 15:21:10 +08:00
parent ac14c3032a
commit 8f9eb1a395
4 changed files with 10 additions and 10 deletions

View File

@ -12,11 +12,11 @@ import org.springframework.cache.annotation.EnableCaching;
@OpenAPIDefinition(
servers = {
@Server(
url = "http://localhost:24101/gunshiApp/xyt",
url = "http://localhost:24105/gunshiApp/tsg",
description = "本地测试环境"
),
@Server(
url = "http://local.gunshiiot.com:18083/gunshiApp/xyt",
url = "http://local.gunshiiot.com:18083/gunshiApp/tsg",
description = "线上测试环境"
)
}

View File

@ -1,7 +1,7 @@
server:
port: 24101
port: 24105
servlet:
context-path: /gunshiApp/xyt
context-path: /gunshiApp/tsg
mybatis-plus:
configuration:

View File

@ -5,12 +5,12 @@ spring:
dynamic:
datasource:
master:
url: jdbc:postgresql://10.0.41.112:5432/xiaoyutan?stringtype=unspecified
url: jdbc:postgresql://10.0.41.112:5432/tanshugang?stringtype=unspecified
username: gunshiiot
password: 1234567a
driver-class-name: org.postgresql.Driver
access-logging:
url: jdbc:postgresql://10.0.41.112:5432/xiaoyutan
url: jdbc:postgresql://10.0.41.112:5432/tanshugang
username: gunshiiot
password: 1234567a
driver-class-name: org.postgresql.Driver
@ -27,7 +27,7 @@ mybatis-plus:
# 洪水预测数据库连接信息
algorithem:
datasource:
url: jdbc:postgresql://10.0.41.112:5432/xiaoyutan?stringtype=unspecified
url: jdbc:postgresql://10.0.41.112:5432/tanshugang?stringtype=unspecified
username: gunshiiot
password: 1234567a
driver-class-name: org.postgresql.Driver

View File

@ -5,12 +5,12 @@ spring:
dynamic:
datasource:
master:
url: jdbc:postgresql://10.0.41.112:5432/xiaoyutan?stringtype=unspecified
url: jdbc:postgresql://10.0.41.112:5432/tanshugang?stringtype=unspecified
username: gunshiiot
password: 1234567a
driver-class-name: org.postgresql.Driver
access-logging:
url: jdbc:postgresql://10.0.41.112:5432/xiaoyutan
url: jdbc:postgresql://10.0.41.112:5432/tanshugang
username: gunshiiot
password: 1234567a
driver-class-name: org.postgresql.Driver
@ -27,7 +27,7 @@ mybatis-plus:
# 洪水预测数据库连接信息
algorithem:
datasource:
url: jdbc:postgresql://10.0.41.112:5432/xiaoyutan?stringtype=unspecified
url: jdbc:postgresql://10.0.41.112:5432/tanshugang?stringtype=unspecified
username: gunshiiot
password: 1234567a
driver-class-name: org.postgresql.Driver