src/main/resources/application.yml
@@ -1,6 +1,6 @@ #服务器配置 server: port: 81 port: 83 undertow: # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程 io-threads: 16 @@ -42,6 +42,7 @@ exclusions: '*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*' session-stat-enable: true session-stat-max-count: 10 # mybatis mybatis-plus: @@ -212,6 +213,7 @@ - /blade-system/** - /blade-resource/** - /liveLocation/** - /qrCode/** #授权认证配置 auth: - method: ALL @@ -242,6 +244,10 @@ - client-id: saber path-patterns: - /blade-saber/** #日志 mybatis-plus: sql-log: false #多租户配置 tenant: #多租户增强