田源
2023-11-09 f28a74f4f759c3fd926f324eaac9b39f1c0ed693
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#服务器端口
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