master v1.0
yangjie 3 years ago
parent 2efd00bf72
commit 279605926f
  1. 5
      src/main/resources/application-prod.properties
  2. 16
      src/main/resources/application-test.properties
  3. 2
      src/main/resources/application.yml

@ -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=

@ -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

@ -1,3 +1,3 @@
spring:
profiles:
active: test
active: kdintranet

Loading…
Cancel
Save