application.properties 583 B

1234567891011121314151617181920
  1. server.port=8080
  2. #com.qmth.api.uri-prefix=/aaa
  3. #com.qmth.api.metrics-endpoint=/metrics
  4. #com.qmth.api.global-auth=false
  5. #com.qmth.api.global-strict=false
  6. #com.qmth.api.global-rate-limit=1/5s
  7. #com.qmth.logging.pattern=
  8. #com.qmth.logging.root-level=info
  9. #com.qmth.logging.file-path=/Users/luoshi/Downloads/demo.log
  10. com.qmth.datasource.url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8
  11. com.qmth.datasource.username=root
  12. com.qmth.datasource.password=root
  13. com.qmth.mybatis.log-level=debug
  14. com.qmth.cache.expire-after-write=30m
  15. com.qmth.redis.host=127.0.0.1