1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| #服务器端口
| server:
| port: 36016
|
| #数据源配置
| spring:
| datasource:
| url: ${ubcs.datasource.mdm.dev.url}
| username: ${ubcs.datasource.mdm.dev.username}
| password: ${ubcs.datasource.mdm.dev.password}
| #关闭驼峰命名映射
| mybatis-plus:
| configuration:
| map-underscore-to-camel-case: false
| #集团集成配置信息
| docking:
| apply:
| #集团提供的接口地址
| jtInterUrl: http://116.205.176.185:8099
| #系统厂家单位代码
| unitCode: 131460
| #系统标识
| sysName: 410-MDM
|
|