application.yml 830 B

12345678910111213141516171819202122232425262728293031323334353637
  1. server:
  2. port: 8005
  3. spring:
  4. profiles:
  5. active: dev
  6. application:
  7. name: GOLDEN-CUSTOM-SERVICE
  8. mybatis:
  9. type-aliases-package: com.crm.rely.backend.core.pojo.table.view
  10. login:
  11. excludePathPatterns:
  12. /custom/login,
  13. /custom/logout,
  14. /custom/register,
  15. /custom/register/send/code,
  16. /custom/switch/lang,
  17. /country/get,
  18. /custom/update/masterPassword/send/email,
  19. /custom/update/email/masterPassword
  20. /webSocket,
  21. /custom/update/password/send/email,
  22. /custom/update/email/password,
  23. /account/deal/password/reset/apply,
  24. /hand/shake/get,
  25. /custom/login/exist,
  26. /email/unsubscribe/add,
  27. /email/unsubscribe/type,
  28. /custom/get/language
  29. single-sign-on: true
  30. role:
  31. excludePathPatterns: /**
  32. ip:
  33. ip2LocationLiteDbAddress: true
  34. ip2LocationLiteDbLongitudeLatitude: false