generated from youfool-project/youfool-prj-springboot-template
应用配置
This commit is contained in:
parent
8acef38c9e
commit
49598cb7b1
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"dev-mcp": {
|
||||
"type": "http",
|
||||
"url": "http://www.chinaweal.com.cn:8090/dev-mcp/mcp",
|
||||
"headers": {
|
||||
"X-Api-Key": "sk-1fb03988e01d4650a627d06477c919df"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -4,18 +4,17 @@ logging:
|
|||
youfool.dao: info
|
||||
com.chinaweal.youfool.framework.springboot.log: debug
|
||||
com.chinaweal.youfool.pms: debug
|
||||
filePath: D:\project\pms\logs
|
||||
spring:
|
||||
datasource:
|
||||
dynamic:
|
||||
datasource:
|
||||
master:
|
||||
url: jdbc:mysql://172.22.80.35:3306/crgs?characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&serverTimezone=UTC
|
||||
username: chinaweal
|
||||
password: ChinaWeal2021
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
||||
url: jdbc:postgresql://172.22.80.157:5432/pms
|
||||
username: pms_dev
|
||||
password: 123456
|
||||
driver-class-name: org.postgresql.Driver # 3.2.0开始支持SPI可省略此配置
|
||||
youfool:
|
||||
url: jdbc:mysql://172.22.80.35:3306/aiccs?characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&serverTimezone=UTC
|
||||
username: chinaweal
|
||||
password: ChinaWeal2021
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:postgresql://172.22.80.157:5432/pms
|
||||
username: pms_dev
|
||||
password: 123456
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
|
@ -4,18 +4,17 @@ logging:
|
|||
youfool.dao: info
|
||||
com.chinaweal.youfool.framework.springboot.log: info
|
||||
com.chinaweal.youfool.pms: info
|
||||
filePath: D:\project\pms\logs
|
||||
spring:
|
||||
datasource:
|
||||
dynamic:
|
||||
datasource:
|
||||
master:
|
||||
url: jdbc:mysql://172.22.80.35:3306/crgs?characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&serverTimezone=UTC
|
||||
username: chinaweal
|
||||
password: ChinaWeal2021
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
||||
url: jdbc:postgresql://172.22.80.157:5432/pms
|
||||
username: pms_dev
|
||||
password: 123456
|
||||
driver-class-name: org.postgresql.Driver # 3.2.0开始支持SPI可省略此配置
|
||||
youfool:
|
||||
url: jdbc:mysql://172.22.80.35:3306/aiccs?characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&serverTimezone=UTC
|
||||
username: chinaweal
|
||||
password: ChinaWeal2021
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:postgresql://172.22.80.157:5432/pms
|
||||
username: pms_dev
|
||||
password: 123456
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
logging:
|
||||
level:
|
||||
root: info
|
||||
filePath: ${LOG_PATH:../logs}
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
||||
|
|
@ -68,7 +69,7 @@ knife4j:
|
|||
|
||||
server:
|
||||
servlet:
|
||||
context-path: /prj
|
||||
context-path: /course
|
||||
# Sa-Token配置
|
||||
sa-token:
|
||||
# token名称 (同时也是cookie名称)
|
||||
|
|
|
|||
Loading…
Reference in New Issue