智慧保安后台管理-外网-验收版本
tangzy
2021-12-06 cc057177b2fb17aee9a173a6adbabdc578fd74c7
src/main/resources/application.yml
@@ -1,6 +1,6 @@
#服务器配置
server:
  port: 81
  port: 87
  undertow:
    # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
    io-threads: 16
@@ -43,6 +43,7 @@
        session-stat-enable: true
        session-stat-max-count: 10
# mybatis
mybatis-plus:
  mapper-locations: classpath:org/springblade/**/mapper/*Mapper.xml
@@ -68,6 +69,7 @@
      logic-not-delete-value: 0
  configuration:
    map-underscore-to-camel-case: true
    call-setters-on-nulls: true
    cache-enabled: false
#knife4j配置
@@ -243,6 +245,10 @@
      - client-id: saber
        path-patterns:
          - /blade-saber/**
    #日志
    mybatis-plus:
      sql-log: false
  #多租户配置
  tenant:
    #多租户增强