bootstrap.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. spring:
  2. profiles:
  3. active: dev
  4. application:
  5. name: rw-business-server
  6. jta:
  7. atomikos:
  8. properties:
  9. log-base-name: rwbusinesslog
  10. servlet:
  11. multipart:
  12. max-file-size: 100MB
  13. max-request-size: 1000MB
  14. server:
  15. port: 9689
  16. management:
  17. endpoints:
  18. web:
  19. exposure:
  20. include: "*"
  21. feign:
  22. client:
  23. config:
  24. default:
  25. connectTimeout: 5000
  26. readTimeout: 5000
  27. sentinel:
  28. enabled: true
  29. jwt:
  30. token-header: Authorization
  31. expire: 14400
  32. rsa-secret: xx1WET12^%3^(WE45
  33. client:
  34. id: ace-auth
  35. secret: 123456
  36. token-header: x-client-token
  37. expire: 14400
  38. rsa-secret: x2318^^(*WRYQWR(QW&T
  39. mybatis-plus:
  40. configuration:
  41. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  42. log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
  43. map-underscore-to-camel-case: false
  44. #basepackage: com.rongwei.rwadmin.system.dao
  45. xmlLocation: classpath:mybatis/**/*Dao.xml
  46. mapperLocations: "classpath:mybatis/**/*Dao.xml"
  47. typeAliasesPackage: com.rongwei.bsentity.domain
  48. global-config:
  49. db-config:
  50. logic-delete-value: 1
  51. logic-not-delete-value: 0
  52. column-like: true