application.yaml 430 B

123456789101112131415161718192021222324252627
  1. server:
  2. port: 8080
  3. spring:
  4. profiles:
  5. active: dev
  6. configuration:
  7. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  8. call-setters-on-nulls: true
  9. map-underscore-to-camel-case: true
  10. redis:
  11. host: localhost
  12. database: 0
  13. password:
  14. port: 6379
  15. security:
  16. url:
  17. ignored:
  18. - /login
  19. - /test
  20. eas:
  21. jwt-secret-key: 123456
  22. jwt-expires-date: 1
  23. password-sign-key: eas-key-password