56 lines
1.7 KiB
Properties
56 lines
1.7 KiB
Properties
|
|
server.port=9092
|
||
|
|
#server.ssl.key-store = classpath:itmingchen.cn.jks
|
||
|
|
#server.ssl.key-store-password = 302iycod
|
||
|
|
#server.ssl.keyStoreType = JKS
|
||
|
|
# ????????????ip?????????? https://xxx.xxx
|
||
|
|
# ??cms
|
||
|
|
#custom.url.cms=https://121.40.211.28:8080
|
||
|
|
# ????
|
||
|
|
#custom.url.website=http://itmingchen.cn
|
||
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||
|
|
spring.datasource.url=jdbc:mysql://113.44.0.193:3306/legal?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
|
||
|
|
spring.datasource.username=root
|
||
|
|
spring.datasource.password=317758lph
|
||
|
|
|
||
|
|
spring.redis.host=8.155.44.59
|
||
|
|
spring.redis.password=317758lph
|
||
|
|
spring.redis.port=6379
|
||
|
|
spring.redis.database=0
|
||
|
|
spring.redis.timeout=10000ms
|
||
|
|
|
||
|
|
pagehelper.helper-dialect=mysql
|
||
|
|
pagehelper.reasonable=true
|
||
|
|
pagehelper.support-methods-arguments=true
|
||
|
|
pagehelper.params=count=countSql
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
mybatis.mapper-locations=classpath:mapper/*.xml
|
||
|
|
mybatis.configuration.map-underscore-to-camel-case=true
|
||
|
|
mybatis.type-aliases-package=com.mingchen.mapper
|
||
|
|
|
||
|
|
logging.level.root=info
|
||
|
|
logging.level.com.mingchen=debug
|
||
|
|
logging.file.path=log/blog-dev
|
||
|
|
logging.level.com.baomidou.mybatisplus.core.override: TRACE
|
||
|
|
|
||
|
|
|
||
|
|
# 1000 * 60 * 60 * 24 * 3 = 3?
|
||
|
|
token.expireTime=259200000
|
||
|
|
# ??????????????????token???
|
||
|
|
token.secretKey=
|
||
|
|
|
||
|
|
mingchen.jwtKey=migngchensafeqwertyuiopasdfghjklzxcvbnm
|
||
|
|
|
||
|
|
|
||
|
|
spring.mail.host=smtp.qq.com
|
||
|
|
spring.mail.port=465
|
||
|
|
|
||
|
|
spring.mail.properties.mail.smtp.auth=true
|
||
|
|
spring.mail.properties.mail.smtp.starttls.enable=true
|
||
|
|
spring.mail.properties.mail.smtp.starttls.required=true
|
||
|
|
spring.mail.username=3177583214@qq.com
|
||
|
|
spring.mail.password=iuozpvjwauuuddag
|
||
|
|
spring.mail.properties.mail.smtp.ssl.enable=true
|
||
|
|
spring.mail.properties.mail.smtp.ssl.protocols=TLSv1.2
|
||
|
|
#spring.mail.properties.mail.debug=true
|