From 279605926ff84dc2263ebfa6ca5c86ac38c368be Mon Sep 17 00:00:00 2001 From: yangjie <1179743470@qq.com> Date: Wed, 14 Jul 2021 13:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.properties | 5 +++++ src/main/resources/application-test.properties | 16 ++++++++++++++++ src/main/resources/application.yml | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 70c3e1d..cdfd686 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -11,3 +11,8 @@ server.port=1010 server.servlet.context-path=/project logging.level.com.yipin.liuwanr.mapper=debug +#开启全局拦截,为空不开启拦截 +auth.openInterceptStr= +#auth.openInterceptStr=/** +#放行Url +auth.permitUrl= \ No newline at end of file diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index 1c14695..71c6a18 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -9,3 +9,19 @@ server.port=1010 server.servlet.context-path=/project logging.level.com.yipin.liuwanr.mapper=debug +#开启全局拦截,为空不开启拦截 +auth.openInterceptStr= +#auth.openInterceptStr=/** +#放行Url +auth.permitUrl= + +spring.redis.database=0 +spring.redis.host=127.0.0.1 +spring.redis.password=msdw@2021 +#spring.redis.password= +spring.redis.port=6379 +spring.redis.timeout=3000 +spring.redis.jedis.pool.max-idle=500 +spring.redis.jedis.pool.min-idle=50 +spring.redis.jedis.pool.max-active=2000 +spring.redis.jedis.pool.max-wait=1000 \ No newline at end of file diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 03c30d3..4ada0c2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,3 @@ spring: profiles: - active: test + active: kdintranet