소스 검색

修改yrml

zhoux 1 년 전
부모
커밋
bf01028146
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/main/resources/dev/bootstrap.yml
  2. 1 1
      src/main/resources/prod/bootstrap.yml
  3. 1 1
      src/main/resources/st/bootstrap.yml
  4. 1 1
      src/main/resources/test/bootstrap.yml

+ 1 - 1
src/main/resources/dev/bootstrap.yml

@@ -94,7 +94,7 @@ aes-key: b6f64c1001b04b9f
 client-app-id: 48849faf-8bbb-4a29-9548-0ba1c3df963f
 client-app-id: 48849faf-8bbb-4a29-9548-0ba1c3df963f
 
 
 # token校验跳过的url,多个url用";"号隔开
 # token校验跳过的url,多个url用";"号隔开
-filterPath: /oauth-server/oauth/token;/oauth-server/oauth/wx_token;/oauth-server/oauth/wx/token;/oauth-server/oauth/wx/get_owner_count;/oauth-server/oauth/wx/register;/oauth-server/oauth/feign/wx/token;/user-server/core/user/qv_scan_login;/basic-server/file/upload;/oauth-server/oauth/wx/login_wechat;/oauth-server/company/select_company;/oauth-server/company/update_current_cp_by_wxid;/oauth-server/oauth/wx/decrypt
+filterPath: /oauth-server/oauth/token;/oauth-server/oauth/wx_token;/oauth-server/oauth/wx/token;/oauth-server/oauth/wx/get_owner_count;/oauth-server/oauth/wx/register;/oauth-server/oauth/feign/wx/token;/user-server/core/user/qv_scan_login;/basic-server/file/upload;/oauth-server/oauth/wx/login_wechat;/oauth-server/company/select_company;/oauth-server/company/update_current_cp_by_wxid;/oauth-server/oauth/wx/decrypt;oauth-server/activity/select_activity_items
 # token校验跳过的url,多个url用";"号隔开(由于mdm服务是动态的,需要单独设置)
 # token校验跳过的url,多个url用";"号隔开(由于mdm服务是动态的,需要单独设置)
 mdmFilterPath: /mst/staff/get_info_after_login;/mst/printLayout/list_by;/mst/printLayout/get_print_data;/file/upload
 mdmFilterPath: /mst/staff/get_info_after_login;/mst/printLayout/list_by;/mst/printLayout/get_print_data;/file/upload
 
 

+ 1 - 1
src/main/resources/prod/bootstrap.yml

@@ -61,6 +61,6 @@ aes-key: b6f64c1001b04b9f
 client-app-id: 48849faf-8bbb-4a29-9548-0ba1c3df963f
 client-app-id: 48849faf-8bbb-4a29-9548-0ba1c3df963f
 
 
 # token校验跳过的url,多个url用";"号隔开
 # token校验跳过的url,多个url用";"号隔开
-filterPath: /oauth-server/oauth/token;/oauth-server/oauth/wx_token;/oauth-server/oauth/wx/token;/oauth-server/oauth/wx/get_owner_count;/oauth-server/oauth/wx/register;/oauth-server/oauth/feign/wx/token;/user-server/core/user/qv_scan_login;/basic-server/file/upload;/oauth-server/oauth/wx/login_wechat;/oauth-server/company/select_company;/oauth-server/company/update_current_cp_by_wxid;/oauth-server/oauth/wx/decrypt
+filterPath: /oauth-server/oauth/token;/oauth-server/oauth/wx_token;/oauth-server/oauth/wx/token;/oauth-server/oauth/wx/get_owner_count;/oauth-server/oauth/wx/register;/oauth-server/oauth/feign/wx/token;/user-server/core/user/qv_scan_login;/basic-server/file/upload;/oauth-server/oauth/wx/login_wechat;/oauth-server/company/select_company;/oauth-server/company/update_current_cp_by_wxid;/oauth-server/oauth/wx/decrypt;oauth-server/activity/select_activity_items
 # token校验跳过的url,多个url用";"号隔开(由于mdm服务是动态的,需要单独设置)
 # token校验跳过的url,多个url用";"号隔开(由于mdm服务是动态的,需要单独设置)
 mdmFilterPath: /mst/staff/get_info_after_login;/mst/printLayout/list_by;/mst/printLayout/get_print_data;/file/upload
 mdmFilterPath: /mst/staff/get_info_after_login;/mst/printLayout/list_by;/mst/printLayout/get_print_data;/file/upload

+ 1 - 1
src/main/resources/st/bootstrap.yml

@@ -61,7 +61,7 @@ aes-key: b6f64c1001b04b9f
 client-app-id: 48849faf-8bbb-4a29-9548-0ba1c3df963f
 client-app-id: 48849faf-8bbb-4a29-9548-0ba1c3df963f
 
 
 # token校验跳过的url,多个url用";"号隔开
 # token校验跳过的url,多个url用";"号隔开
-filterPath: /oauth-server/oauth/token;/oauth-server/oauth/wx_token;/oauth-server/oauth/wx/token;/oauth-server/oauth/wx/get_owner_count;/oauth-server/oauth/wx/register;/oauth-server/oauth/feign/wx/token;/user-server/core/user/qv_scan_login;/basic-server/file/upload;/oauth-server/oauth/wx/login_wechat;/oauth-server/company/select_company;/oauth-server/company/update_current_cp_by_wxid;/oauth-server/oauth/wx/decrypt
+filterPath: /oauth-server/oauth/token;/oauth-server/oauth/wx_token;/oauth-server/oauth/wx/token;/oauth-server/oauth/wx/get_owner_count;/oauth-server/oauth/wx/register;/oauth-server/oauth/feign/wx/token;/user-server/core/user/qv_scan_login;/basic-server/file/upload;/oauth-server/oauth/wx/login_wechat;/oauth-server/company/select_company;/oauth-server/company/update_current_cp_by_wxid;/oauth-server/oauth/wx/decrypt;oauth-server/activity/select_activity_items
 # token校验跳过的url,多个url用";"号隔开(由于mdm服务是动态的,需要单独设置)
 # token校验跳过的url,多个url用";"号隔开(由于mdm服务是动态的,需要单独设置)
 mdmFilterPath: /mst/staff/get_info_after_login;/mst/printLayout/list_by;/mst/printLayout/get_print_data;/file/upload
 mdmFilterPath: /mst/staff/get_info_after_login;/mst/printLayout/list_by;/mst/printLayout/get_print_data;/file/upload
 
 

+ 1 - 1
src/main/resources/test/bootstrap.yml

@@ -61,6 +61,6 @@ aes-key: b6f64c1001b04b9f
 client-app-id: 48849faf-8bbb-4a29-9548-0ba1c3df963f
 client-app-id: 48849faf-8bbb-4a29-9548-0ba1c3df963f
 
 
 # token校验跳过的url,多个url用";"号隔开
 # token校验跳过的url,多个url用";"号隔开
-filterPath: /oauth-server/oauth/token;/oauth-server/oauth/wx_token;/oauth-server/oauth/wx/token;/oauth-server/oauth/wx/get_owner_count;/oauth-server/oauth/wx/register;/oauth-server/oauth/feign/wx/token;/user-server/core/user/qv_scan_login;/basic-server/file/upload;/oauth-server/oauth/wx/login_wechat;/oauth-server/company/select_company;/oauth-server/company/update_current_cp_by_wxid;/oauth-server/oauth/wx/decrypt
+filterPath: /oauth-server/oauth/token;/oauth-server/oauth/wx_token;/oauth-server/oauth/wx/token;/oauth-server/oauth/wx/get_owner_count;/oauth-server/oauth/wx/register;/oauth-server/oauth/feign/wx/token;/user-server/core/user/qv_scan_login;/basic-server/file/upload;/oauth-server/oauth/wx/login_wechat;/oauth-server/company/select_company;/oauth-server/company/update_current_cp_by_wxid;/oauth-server/oauth/wx/decrypt;oauth-server/activity/select_activity_items
 # token校验跳过的url,多个url用";"号隔开(由于mdm服务是动态的,需要单独设置)
 # token校验跳过的url,多个url用";"号隔开(由于mdm服务是动态的,需要单独设置)
 mdmFilterPath: /mst/staff/get_info_after_login;/mst/printLayout/list_by;/mst/printLayout/get_print_data;/file/upload
 mdmFilterPath: /mst/staff/get_info_after_login;/mst/printLayout/list_by;/mst/printLayout/get_print_data;/file/upload