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