spring:
datasource:
url: jdbc:mysql://119.90.57.26:3306/platform
username: platform
password: platform123
driver-class-name: com.mysql.jdbc.Driver
# 必须配置为字符类型 @see com.alibaba.druid.pool.DruidDataSourceFactory > value = (String)properties.get("init");
init: "true"
default:
url: jdbc:mysql://119.90.57.26:3306/platform
username: platform
password: platform123
driver-class-name: com.mysql.jdbc.Driver
# 必须配置为字符类型 @see com.alibaba.druid.pool.DruidDataSourceFactory > value = (String)properties.get("init");
init: "true"
customs:
- ds1
- ds2
data:
mongodb:
host: 119.90.57.26
port: 10001
database: platform
username: platform
password: platform123
server:
port: 8888