1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| server:
| port: 8888
| geo:
| driverName: com.mysql.jdbc.Driver
| userName: root
| password: Bjjmy_2020
| ip: 116.198.40.76
| port: 3306
| #数据库从前端传递过来
| # dataBaseName:
| # url: jdbc:mysql://116.198.40.76:3306/project_manage2_prod?characterEncoding=utf8&autoReconnect=true&useSSL=false
| controllerSwitch: false
| serviceSwitch: false
| mapperSwitch: true
| modelSwitch: false
| querySwitch: true
|
|