代码拉取完成,页面将自动刷新
spring:
boot:
admin:
client:
# 这个URL地址是SBA Server的服务地址,你需要将你的应用注册到该地址上
url: http://localhost:7006 #更换sba-server所在的ip
# 配置连接到监测管理平台的Security安全密码
username: admin
password: admin
#分库分表配置
shardingsphere:
props:
sql:
show: true
sharding:
default-data-source-name: ds0
#定义分库的数据源
datasource:
names: ds0
ds0:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.2.218:3306/bbc_i18n?useUnicode=true&characterEncoding=utf8&autoReconnect=true
username: root
password: enation752513
#rabbitmq
rabbitmq:
host: 192.168.2.219
port: 5672
username: b2b2c723_i18n
password: b2b2c723_i18n
virtual-host: b2b2c723_i18n
mvc:
pathmatch:
matching-strategy: ant-path-matcher
#redis 配置
redis:
type: standalone
config:
type: manual
host: 192.168.2.219
port: 6379
password: 123456
maxIdle: 500
maxTotal: 500
maxWaitMillis: -1
database: 8
#es配置
elastic-jest:
index-name: b2b2c_i18n # 索引名称
ssl: off # https方式访问,一般默认是http
cluster-ips: 192.168.2.219 # 如果是多节点:192.168.2.1,192.168.2.2,192.168.2.3....
cluster-rest-port: 9200 # http默认端口
username:
password:
# 开发环境日志为debug
logging:
level:
org.springframework: ERROR
com.enation.app: DEBUG
#java 系统配置
shoptnt:
product: stand #定义系统标准产品,微服务指定为: microservice
runmode: cluster #定义为集群版,不可改变此配置
debugger: on
license[0]: 2eedaee47fa2757007a46355f885319a78d711a18aaaf41d4cbf5027d835bd530923a971658462ba76aa8ae237ba1c63c7b526d3d307598d4c1d47925ce0a7ec8880dbd52a20c121c257616e851d3b7c7561d62a762b866a79e5eed508f38d843dd797e1d336ae9e000733b5d0a324614b8290e7ac950a4cd2e9f54a7393f5b1,4a0a2e796ef27271c887b4e52d1670f6f30ab90108ef1cabdd5afe9b3eadb2195be1b3b2c6601035af594eb06c934cb3426dea5f0afd4d5eeaf63c50e5d673b357ee715dc898c48555252124de14e9e18667dfffa4d5f683 #license请向售后人员索要
license[1]: 13414ec8c6dd90d5ffe7818371756dbc4bebdcb8a09483f53c6a8603c198216382f93a93f0551e0547d7369c6635be21bdea10b1fc722b38bcf132be603698fb8466b44faeaa442a304b6b01cdd7748ec1f5f0dabe90113c2510c6e47d8068c0e489188adad98cdbbb6610598990aa45ad33a10c2ae1ae554bc851d61e3791a6,4a0a2e796ef27271c887b4e52d1670f611d19035fa22b007f840a7d31a1c9b6ae96e9f199920b0bb42bd9f06c545a6b826b68d15b0c1c266b2174fb23b8dfd8a #license请向售后人员索要
#token加密秘钥,请务必更换此词串,且注意保密
token-secret: 85d6ce9da4e943ff4dcd367ab3d94164
timeout:
accessTokenTimeout: 1200 #访问token失效时间 单位秒
refreshTokenTimeout: 1800 #刷新token失效时间 单位秒
captchaTimout: 120 #验证码失效时间 单位秒
smscodeTimout: 120 #短信验证码失效时间 单位秒
isDemoSite: no
ssl: on #是否开启ssl
domain:
buyer: shop-bbc.shoptnt.cn #配置为您买家端PC的域名
mobileBuyer: #配置为您买家端WAP的域名
callback: shop-bbc-api.shoptnt.cn #请配置为您站点的买家端的api域名,如果不配置此项默认读取站点买家端api的域名,用来做支付信任登录回调
referer:
- 'servicewechat.com' #小程序referer
- 'unitradeprod.alipay.com' #支付宝同步回调 referer
- '*.weixin.qq.com' #PC微信信任登录
- '192.168.2.220'
- '127.0.0.1'
- '192.168.2.115'
component:
o2o: false #是否开启o2o组件
xxl:
job:
admin:
addresses: http://192.168.2.219:8080/xxl-job-admin
executor:
appname: job-executer
ip:
port: 6999
logpath: /opt/xxl-serverlogs
logretentiondays: -1
accessToken:
# 暴露client服务自身的actuator的所有端口信息
management:
endpoints:
web:
exposure:
include: '*'
endpoint:
health:
show-details: ALWAYS
# ===== 自定义swagger配置 ===== #
swagger:
# 是否启用swagger,不启用swagger 可修改为false
enable: true
# 应用名称
application-name: ${spring.application.name}
# 应用版本
application-version: 7.2.3
# 描述
application-description: Interface Document
# 请求地址
try-host: http://localhost:${server.port}
# 虚拟路径
base-path: /
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。