|
@@ -35,7 +35,10 @@ spring:
|
|
|
username: forest
|
|
|
password: 123456
|
|
|
publisher-confirms: true
|
|
|
-
|
|
|
+myredis:
|
|
|
+ address: redis://${spring.redis.host}:${spring.redis.port}
|
|
|
+ passord: ${spring.redis.password}
|
|
|
+
|
|
|
logging:
|
|
|
level:
|
|
|
org.springframework.data.mongodb.core: debug
|
|
@@ -45,30 +48,6 @@ mybatis:
|
|
|
mapper-locations:
|
|
|
- classpath:dao/*.xml
|
|
|
- classpath*:com/**/mapper/*.xml
|
|
|
-jwt:
|
|
|
- tokenHeader: Authorization
|
|
|
- secret: forest-admin-secret
|
|
|
- expiration: 604800
|
|
|
- tokenHead: Bearer
|
|
|
-secure:
|
|
|
- ignored:
|
|
|
- urls:
|
|
|
- - /swagger-ui.html
|
|
|
- - /swagger-resources/**
|
|
|
- - /swagger/**
|
|
|
- - /**/v2/api-docs
|
|
|
- - /**/*.js
|
|
|
- - /**/*.css
|
|
|
- - /**/*.png
|
|
|
- - /**/*.ico
|
|
|
- - /webjars/springfox-swagger-ui/**
|
|
|
- - /druid/**
|
|
|
- - /actuator/**
|
|
|
- - /sso/**
|
|
|
- - /wechat/**
|
|
|
- - /home/**
|
|
|
- - /product/**
|
|
|
- - /brand/**
|
|
|
rabbitmq:
|
|
|
queue:
|
|
|
name:
|
|
@@ -85,7 +64,16 @@ redis:
|
|
|
authCode: 90
|
|
|
authLoginCode: 240
|
|
|
common: 86400
|
|
|
-
|
|
|
+jwt:
|
|
|
+ #JWT存储的请求头
|
|
|
+ tokenHeader: Authorization
|
|
|
+ #JWT加解密使用的密钥
|
|
|
+ secret: forest-admin-secret
|
|
|
+ #JWT的超期限时间(60*60*24*7)
|
|
|
+ expiration: 604800
|
|
|
+ #JWT负载中拿到开头
|
|
|
+ tokenHead: Bearer
|
|
|
+
|
|
|
forest:
|
|
|
wx:
|
|
|
password: forest123456
|
|
@@ -94,6 +82,7 @@ sms:
|
|
|
accessKeyId: LTAICB9TH0OAN3yJ
|
|
|
accessKeySecret: lCuyL3MUQRLfoVw39W0NqWdVGoLV60
|
|
|
signName: hywa
|
|
|
+
|
|
|
wx:
|
|
|
mp:
|
|
|
aesKey: 123
|
|
@@ -101,4 +90,9 @@ wx:
|
|
|
secret: ec4a18ce1a7bcf17cf592c3d57cec68a
|
|
|
token: 123
|
|
|
url: http://wx.hw.hongweisoft.com/zddapi/forest-portal/wechat/h5/userInfo
|
|
|
- before: http://172.16.90.25:8080
|
|
|
+ before: http://172.16.90.25:8080
|
|
|
+ pay:
|
|
|
+ appId: wxbe90cc7c5233dd84
|
|
|
+ mchId: 1583849731
|
|
|
+ mchKey: B5F5A628C91D869F4CA357D2BCD6300
|
|
|
+ wxpayAppcallbackurl: http://wx.hw.hongweisoft.com/zddtest/forest-portal/app/payResult
|