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\ security: dev: permit: true logging: file: name: logs/business-css.log level: root: INFO python: api: url: http://localhost:8000