cms-web-dev.properties 608 B

12345678910111213141516171819202122
  1. eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
  2. #出现错误时, 直接抛出异常
  3. spring.mvc.throw-exception-if-no-handler-found=true
  4. #不要为我们工程中的资源文件建立映射
  5. spring.resources.add-mappings=false
  6. # http encoding
  7. spring.http.encoding.charset=UTF-8
  8. spring.http.encoding.force=true
  9. spring.http.encoding.enabled=true
  10. # cms 管理端 会话管理 信息
  11. jwt.header= X-Token
  12. jwt.cookie= X-Cookie
  13. jwt.secret= tomas
  14. jwt.expiration= 3600
  15. # 执行异步任务的 线程池大小
  16. cms.threadPoolAsyncTaskExecutor.thread.size=16
  17. #logging.level.root=debug