22 lines
803 B
YAML
22 lines
803 B
YAML
|
|
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@
|
||
|
|
|
||
|
|
file-space: #项目文档空间
|
||
|
|
files: D:\css\files\ #单独上传的文件附件
|
||
|
|
system: D:\css\system\ #单独上传的文件
|
||
|
|
|