zhangherong
6 天以前 426b962ef0c40ae856e06360a26c3fb121d0ff60
src/main/resources/application-dev.yml
@@ -42,14 +42,14 @@
          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
@@ -62,4 +62,14 @@
    # 这个配置会将执行的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