- ######
- ##
- ######
- logging.level.root=INFO
- logging.level.com.aki=INFO
- logging.level.org.springframework=INFO
- logging.config=/opt/projects/config/logback.xml
-
- ######
- ##
- ######
- server.address=127.0.0.1
- server.port=8088
- spring.data.redis.repositories.enabled=false
- server.undertow.io-threads=100
-
- ######
- ## spring boot admin
- ######
- #spring.boot.admin.url=http://localhost:18081
- endpoints.enabled=false
- #endpoints.metrics.endabled=true
- #endpoints.health.endabled=true
- #endpoints.dump.endabled=true
- #management.context-path=/monitor
- #management.security.enabled=false
-
- ######
- ##
- ######
- app.test=false
- app.role=true
- app.save-error=true
- app.config-path=classpath:/config.json
-
-
- ######
- ## \u90AE\u4EF6\u53D1\u9001
- ######
- #spring.mail.host=
- #spring.mail.username=
- #spring.mail.password=
- #spring.mail.properties.mail.smtp.auth=true
- #spring.mail.properties.mail.smtp.starttls.enable=true
- #spring.mail.properties.mail.smtp.starttls.required=true
-
- ######
- ## redis
- ######
- spring.redis.host=127.0.0.1
- spring.redis.port=6379
- spring.redis.pool.max-idle=50
- spring.redis.pool.min-idle=50
- spring.redis.pool.max-active=50
- spring.redis.pool.max-wait=-1
-
- ######
- ## \u6570\u636E\u6E90
- ######
- mybatis.mapper-locations=classpath*:com/aki/**/*Mapper.xml
- mybatis.configuration.default-fetch-size=100
- mybatis.configuration.default-statement-timeout=30
- mybatis.configuration.map-underscore-to-camel-case=true
- pagehelper.helperDialect=mysql
- pagehelper.reasonable=true
- pagehelper.row-bounds-with-count=true
- pagehelper.supportMethodsArguments=tru
- spring.jpa.open-in-view=false
- spring.datasource.url=
- spring.datasource.username=
- spring.datasource.password=
- spring.datasource.initial-size=20
- spring.datasource.min-idle=20
- spring.datasource.max-idle=100
- spring.datasource.max-wait=10000
- spring.datasource.testOnBorrow=true
- spring.datasource.validation-query=SELECT 1
-
- #####
- ## \u963F\u91CC\u4E91 - OSS
- ######
- aliyun.oss.access-id=
- aliyun.oss.access-key=
- aliyun.oss.end-point=
- aliyun.oss.bucket=
-
- ######
- ## \u963F\u91CC\u4E91 - \u77ED\u4FE1
- ######
- aliyun.sms.type=sms
- aliyun.sms.access-id=
- aliyun.sms.access-key=
- aliyun.sms.end-point=
- aliyun.sms.sign-name=
- aliyun.sms.param-name=content
- aliyun.sms.topic=
- aliyun.sms.expired-duration=2
-
- ######
- ## \u5FAE\u4FE1
- ######
- wechat.mp.app-id=
- wechat.mp.secret=
- wechat.mp.token=
- wechat.mp.aesKey=
- wechat.mp.mch-id=
- wechat.mp.mch-key=
- wechat.mp.key-path=
-
- wechat.ma.app-id=
- wechat.ma.secret=
|