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