From a390d56842af053b6ae5c101264872fd71fbe1a8 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Thu, 12 Sep 2024 21:24:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20API=E6=96=87=E6=A1=A3=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E5=8C=85=E7=BA=A0=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 3 +-- src/main/resources/application-prod.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 8fc2b4f8..398bb917 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -20,7 +20,6 @@ spring: port: 6379 # 如果Redis 服务未设置密码,需要将password删掉或注释,而不是设置为空字符串 password: 123456 - timeout: 10s lettuce: pool: @@ -152,7 +151,7 @@ springdoc: - com.youlai.boot.system.controller - com.youlai.boot.module.auth.controller - com.youlai.boot.module.file.controller - - com.youlai.boot.module.generator.controller + - com.youlai.boot.module.codegen.controller default-flat-param-object: true # knife4j 接口文档配置 diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 92953031..09ccde44 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -56,7 +56,6 @@ mybatis-plus: # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用 log-impl: org.apache.ibatis.logging.stdout.StdOutImpl - # 安全配置 security: # JWT 配置 @@ -136,7 +135,7 @@ springdoc: - com.youlai.boot.system.controller - com.youlai.boot.module.auth.controller - com.youlai.boot.module.file.controller - - com.youlai.boot.module.generator.controller + - com.youlai.boot.module.codegen.controller default-flat-param-object: true # knife4j 接口文档配置