2025-11-21 10:04:00 +08:00
|
|
|
server:
|
|
|
|
|
port: 8090
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
druid:
|
|
|
|
|
master:
|
|
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
|
url: jdbc:mysql://43.138.168.68:3306/businessdb_css?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
|
|
|
|
|
username: root
|
2026-01-20 16:02:10 +08:00
|
|
|
password: q3eef875%&4@44%*3
|
2025-11-21 10:04:00 +08:00
|
|
|
slave:
|
|
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
|
url: jdbc:mysql://43.138.168.68:3306/businessdb_css?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
|
|
|
|
|
username: root
|
2026-01-20 16:02:10 +08:00
|
|
|
password: q3eef875%&4@44%*3
|
2025-11-21 10:04:00 +08:00
|
|
|
|
2025-12-24 15:46:21 +08:00
|
|
|
file-space:
|
|
|
|
|
files: D:\css\files\
|
|
|
|
|
system: D:\css\system\
|
2026-01-20 16:02:10 +08:00
|
|
|
model-path: E:\python_coding\keffCenter\models\
|
2025-12-23 14:42:05 +08:00
|
|
|
security:
|
|
|
|
|
dev:
|
|
|
|
|
permit: true
|
2025-12-24 15:46:21 +08:00
|
|
|
logging:
|
|
|
|
|
file:
|
|
|
|
|
name: logs/business-css.log
|
|
|
|
|
level:
|
|
|
|
|
root: INFO
|
2025-11-21 10:04:00 +08:00
|
|
|
|
2026-01-05 15:18:21 +08:00
|
|
|
python:
|
|
|
|
|
api:
|
|
|
|
|
url: http://localhost:8000
|