1 Star 0 Fork 4

AmberCo/ShopTNT-Config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application-dev.yml 2.67 KB
一键复制 编辑 原始数据 按行查看 历史
Sylow 提交于 2021-06-04 16:31 . 提交配置文件
spring:
profiles:
active: dev #指定为开发环境
#数据库配置
datasource:
url: jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf8&autoReconnect=true
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver
druid:
web-stat-filter:
enabled: false
goods:
url: jdbc:mysql://localhost:3306/goods?useUnicode=true&characterEncoding=utf8&autoReconnect=true
member:
url: jdbc:mysql://localhost:3306/member?useUnicode=true&characterEncoding=utf8&autoReconnect=true
sss:
url: jdbc:mysql://localhost:3306/statistics?useUnicode=true&characterEncoding=utf8&autoReconnect=true
system:
url: jdbc:mysql://localhost:3306/system?useUnicode=true&characterEncoding=utf8&autoReconnect=true
trade:
url: jdbc:mysql://localhost:3306/trade?useUnicode=true&characterEncoding=utf8&autoReconnect=true
distribution:
url: jdbc:mysql://localhost:3306/distribution?useUnicode=true&characterEncoding=utf8&autoReconnect=true
#rabbitmq
rabbitmq:
host: 127.0.0.1
port: 5672
username: user_admin
password: passwd_admin
virtual-host: /
#elasticsearch配置
data:
elasticsearch:
cluster-name: docker-cluster
cluster-nodes: 192.168.2.12:9300
index-name: shoptnt
#redis 配置
redis:
type: standalone
config :
type: manual
host: localhost
port: 6379
password:
maxIdle: 500
maxTotal: 500
maxWaitMillis: -1
# 开发环境日志为debug
logging:
level:
org.springframework: ERROR
com.enation.app : DEBUG
#java 系统配置
shoptnt:
product: stand #定义系统标准产品,微服务指定为: microservice
#token加密秘钥,请务必更换此词串,且注意保密
token-secret: 85d6ce9da4e943ff4dcd367ab3d94164
timeout:
accessTokenTimeout: 1200 #访问token失效时间 单位秒
refreshTokenTimeout: 1800 #刷新token失效时间 单位秒
captchaTimout: 120 #验证码失效时间 单位秒
smscodeTimout: 120 #短信验证码失效时间 单位秒
isDemoSite: no
ssl: off #是否开启ssl
domain:
buyer: buyer.shoptnt.cn #配置为您买家端PC的域名
mobileBuyer: m.buyer.shoptnt.cn #配置为您买家端WAP的域名
callback: api.shoptnt.cn #请配置为您站点的买家端的api域名,如果不配置此项默认读取站点买家端api的域名,用来做支付信任登录回调
xxl:
job:
admin:
addresses: http://192.168.2.5:8080/xxl-job-admin
executor:
appname: job-executer
ip:
port: 6999
logpath: /opt/xxl-serverlogs
logretentiondays: -1
accessToken:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/amberCo/shoptnt-config.git
git@gitee.com:amberCo/shoptnt-config.git
amberCo
shoptnt-config
ShopTNT-Config
master

搜索帮助