JavaProjectRepo/business-css/src/main/resources/application-business.yml

33 lines
883 B
YAML
Raw Normal View History

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
password: ylfw20230626@
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
password: ylfw20230626@
2025-12-24 15:46:21 +08:00
file-space:
files: D:\css\files\
system: D:\css\system\
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