作者 肖紫光
@@ -113,7 +113,7 @@ swagger: @@ -113,7 +113,7 @@ swagger:
113 - scope: server 113 - scope: server
114 description: server all 114 description: server all
115 token-url-list: 115 token-url-list:
116 - - http://192.168.29.13/api/auth/oauth/token 116 + - http://trobs-auth/oauth/token
117 117
118 ## spring security 配置 118 ## spring security 配置
119 security: 119 security:
@@ -121,7 +121,7 @@ security: @@ -121,7 +121,7 @@ security:
121 client: 121 client:
122 # 默认放行url,如果子模块重写这里的配置就会被覆盖 122 # 默认放行url,如果子模块重写这里的配置就会被覆盖
123 ignore-urls: 123 ignore-urls:
124 - - '/actuator/**' 124 + #- '/actuator/**'
125 - '/v2/api-docs' 125 - '/v2/api-docs'
126 - '/swagger**' 126 - '/swagger**'
127 - '/swagger**/**' 127 - '/swagger**/**'
@@ -129,7 +129,17 @@ security: @@ -129,7 +129,17 @@ security:
129 resource: 129 resource:
130 loadBalanced: true 130 loadBalanced: true
131 token-info-uri: http://trobs-auth/oauth/check_token 131 token-info-uri: http://trobs-auth/oauth/check_token
132 -##配置测试  
133 -my:  
134 - config:  
135 - name: zeng曾yi 132 +##首页
  133 +trobs:
  134 + index: http://trobs.aukeyit.com
  135 +##ftp服务器
  136 +aukey:
  137 + ftp:
  138 + host: 10.1.2.165
  139 + port: 21
  140 + username: yuanli
  141 + password: yuanli@159
  142 + binaryTransfer: true
  143 + localActive: true
  144 +
  145 +
@@ -17,15 +17,11 @@ spring: @@ -17,15 +17,11 @@ spring:
17 static-locations: classpath:/static/,classpath:/views/ 17 static-locations: classpath:/static/,classpath:/views/
18 #微信配置(物流信息推送) 18 #微信配置(物流信息推送)
19 weixin: 19 weixin:
20 - logistic:  
21 - corpid: WW0f3efc2873ad11c3  
22 - corpsecret: 1lGrUDZS5Jj82YRCz5VFVU0oFcZY-VzXnBRqwADtO9I  
23 - agentid: 1000012  
24 - redisKey: logistic_access_token  
25 - dinner:  
26 - corpid: WW0f3efc2873ad11c3  
27 - corpsecret: 1V9RP-ELM6Th756cDY--OzgxwPXIMPa9StiKd0TQLro  
28 - agentid: 1000007  
29 - redisKey: dinner_access_token  
30 gettoken: https://qyapi.weixin.qq.com/cgi-bin/gettoken 20 gettoken: https://qyapi.weixin.qq.com/cgi-bin/gettoken
31 sendmessage: https://qyapi.weixin.qq.com/cgi-bin/message/send 21 sendmessage: https://qyapi.weixin.qq.com/cgi-bin/message/send
  22 + notify:
  23 + head: 消息通知
  24 + culture: 付出 简单 开放
  25 + sysname: 猿人创新 原力ERP
  26 + url: http://trobs.aukeyit.com
  27 + tail: 前往原力
  1 +## spring security 配置
  2 +security:
  3 + oauth2:
  4 + client:
  5 + client-id: ENC(U2RgKK76tZIVR2iCW/KAs2uaZWgNxlheBqKoD1+0KvU=)
  6 + client-secret: ENC(U2RgKK76tZIVR2iCW/KAs2uaZWgNxlheBqKoD1+0KvU=)
  7 + scope: server
  8 +# 数据源配置
  9 +spring:
  10 + datasource:
  11 + type: com.zaxxer.hikari.HikariDataSource
  12 + driver-class-name: com.mysql.cj.jdbc.Driver
  13 + username: trobs
  14 + password: dfU76$N(kp
  15 + url: jdbc:mysql://10.1.1.86:3306/trobs_report?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
  16 + resources:
  17 + static-locations: classpath:/static/,classpath:/views/
@@ -7,7 +7,7 @@ security: @@ -7,7 +7,7 @@ security:
7 scope: server 7 scope: server
8 # 默认放行url,子模块重写时application-dev.yml中的公共配置会被覆盖,所以要把公共配置中的放行url再写一次 8 # 默认放行url,子模块重写时application-dev.yml中的公共配置会被覆盖,所以要把公共配置中的放行url再写一次
9 ignore-urls: 9 ignore-urls:
10 - - '/actuator/**' 10 + # - '/actuator/**'
11 - '/v2/api-docs' 11 - '/v2/api-docs'
12 - '/user/info/*' 12 - '/user/info/*'
13 - '/social/info/*' 13 - '/social/info/*'