| | |
| | | username: sa |
| | | password: sa123 |
| | | driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | slave_1: |
| | | assembly2: |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=XHJ-HUB3Line;nullCatalogMeansCurrent=true |
| | | username: sa |
| | | password: sa123 |
| | | driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | #mybatis plus 设置 |
| | | mybatis-plus: |
| | | mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml |
| | | mapper-locations: classpath*:com/lxzn/modules/**/xml/*Mapper.xml |
| | | global-config: |
| | | # 关闭MP3.0自带的banner |
| | | banner: false |
| | |
| | | # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用 |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | # 返回类型为Map,显示null对应的字段 |
| | | call-setters-on-nulls: true |
| | | call-setters-on-nulls: true |
| | | #swagger |
| | | knife4j: |
| | | #开启增强配置 |
| | | enable: true |
| | | #开启生产环境屏蔽 |
| | | production: false |
| | | basic: |
| | | enable: false |
| | | username: jeecg |
| | | password: jeecg1314 |