檀树岗配置信息修改
parent
ac14c3032a
commit
8f9eb1a395
|
|
@ -12,11 +12,11 @@ import org.springframework.cache.annotation.EnableCaching;
|
||||||
@OpenAPIDefinition(
|
@OpenAPIDefinition(
|
||||||
servers = {
|
servers = {
|
||||||
@Server(
|
@Server(
|
||||||
url = "http://localhost:24101/gunshiApp/xyt",
|
url = "http://localhost:24105/gunshiApp/tsg",
|
||||||
description = "本地测试环境"
|
description = "本地测试环境"
|
||||||
),
|
),
|
||||||
@Server(
|
@Server(
|
||||||
url = "http://local.gunshiiot.com:18083/gunshiApp/xyt",
|
url = "http://local.gunshiiot.com:18083/gunshiApp/tsg",
|
||||||
description = "线上测试环境"
|
description = "线上测试环境"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port: 24101
|
port: 24105
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /gunshiApp/xyt
|
context-path: /gunshiApp/tsg
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
configuration:
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,12 @@ spring:
|
||||||
dynamic:
|
dynamic:
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
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
|
username: gunshiiot
|
||||||
password: 1234567a
|
password: 1234567a
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
access-logging:
|
access-logging:
|
||||||
url: jdbc:postgresql://10.0.41.112:5432/xiaoyutan
|
url: jdbc:postgresql://10.0.41.112:5432/tanshugang
|
||||||
username: gunshiiot
|
username: gunshiiot
|
||||||
password: 1234567a
|
password: 1234567a
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|
@ -27,7 +27,7 @@ mybatis-plus:
|
||||||
# 洪水预测数据库连接信息
|
# 洪水预测数据库连接信息
|
||||||
algorithem:
|
algorithem:
|
||||||
datasource:
|
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
|
username: gunshiiot
|
||||||
password: 1234567a
|
password: 1234567a
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,12 @@ spring:
|
||||||
dynamic:
|
dynamic:
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
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
|
username: gunshiiot
|
||||||
password: 1234567a
|
password: 1234567a
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
access-logging:
|
access-logging:
|
||||||
url: jdbc:postgresql://10.0.41.112:5432/xiaoyutan
|
url: jdbc:postgresql://10.0.41.112:5432/tanshugang
|
||||||
username: gunshiiot
|
username: gunshiiot
|
||||||
password: 1234567a
|
password: 1234567a
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|
@ -27,7 +27,7 @@ mybatis-plus:
|
||||||
# 洪水预测数据库连接信息
|
# 洪水预测数据库连接信息
|
||||||
algorithem:
|
algorithem:
|
||||||
datasource:
|
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
|
username: gunshiiot
|
||||||
password: 1234567a
|
password: 1234567a
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue