齿轮易创
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
2.3 KiB

  1. ######
  2. ##
  3. ######
  4. logging.level.root=INFO
  5. logging.level.com.chilunyc=INFO
  6. logging.level.org.springframework=INFO
  7. logging.config=/opt/projects/config/logback.xml
  8. ######
  9. ##
  10. ######
  11. server.address=127.0.0.1
  12. server.port=8088
  13. spring.data.redis.repositories.enabled=false
  14. server.undertow.io-threads=100
  15. ######
  16. ## spring boot admin
  17. ######
  18. #spring.boot.admin.url=http://localhost:18081
  19. endpoints.enabled=false
  20. #endpoints.metrics.endabled=true
  21. #endpoints.health.endabled=true
  22. #endpoints.dump.endabled=true
  23. #management.context-path=/monitor
  24. #management.security.enabled=false
  25. ######
  26. ##
  27. ######
  28. app.test=false
  29. app.role=true
  30. app.save-error=true
  31. app.config-path=classpath:/config.json
  32. ######
  33. ## \u90AE\u4EF6\u53D1\u9001
  34. ######
  35. #spring.mail.host=
  36. #spring.mail.username=
  37. #spring.mail.password=
  38. #spring.mail.properties.mail.smtp.auth=true
  39. #spring.mail.properties.mail.smtp.starttls.enable=true
  40. #spring.mail.properties.mail.smtp.starttls.required=true
  41. ######
  42. ## redis
  43. ######
  44. spring.redis.host=127.0.0.1
  45. spring.redis.port=6379
  46. spring.redis.pool.max-idle=50
  47. spring.redis.pool.min-idle=50
  48. spring.redis.pool.max-active=50
  49. spring.redis.pool.max-wait=-1
  50. ######
  51. ## \u6570\u636E\u6E90
  52. ######
  53. mybatis.mapper-locations=classpath*:com/chilunyc/**/*Mapper.xml
  54. mybatis.configuration.default-fetch-size=100
  55. mybatis.configuration.default-statement-timeout=30
  56. mybatis.configuration.map-underscore-to-camel-case=true
  57. pagehelper.helperDialect=mysql
  58. pagehelper.reasonable=true
  59. pagehelper.row-bounds-with-count=true
  60. pagehelper.supportMethodsArguments=tru
  61. spring.jpa.open-in-view=false
  62. spring.datasource.url=
  63. spring.datasource.username=
  64. spring.datasource.password=
  65. spring.datasource.initial-size=20
  66. spring.datasource.min-idle=20
  67. spring.datasource.max-idle=100
  68. spring.datasource.max-wait=10000
  69. spring.datasource.testOnBorrow=true
  70. spring.datasource.validation-query=SELECT 1
  71. #####
  72. ## \u963F\u91CC\u4E91 - OSS
  73. ######
  74. aliyun.oss.access-id=
  75. aliyun.oss.access-key=
  76. aliyun.oss.end-point=
  77. aliyun.oss.bucket=
  78. ######
  79. ## \u963F\u91CC\u4E91 - \u77ED\u4FE1
  80. ######
  81. aliyun.sms.type=sms
  82. aliyun.sms.access-id=
  83. aliyun.sms.access-key=
  84. aliyun.sms.end-point=
  85. aliyun.sms.sign-name=
  86. aliyun.sms.param-name=content
  87. aliyun.sms.topic=
  88. aliyun.sms.expired-duration=2
  89. ######
  90. ## \u5FAE\u4FE1
  91. ######
  92. wechat.mp.app-id=
  93. wechat.mp.secret=
  94. wechat.mp.token=
  95. wechat.mp.aesKey=
  96. wechat.mp.mch-id=
  97. wechat.mp.mch-key=
  98. wechat.mp.key-path=
  99. wechat.ma.app-id=
  100. wechat.ma.secret=