@@ -26,7 +26,8 @@ import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice; | |||||
"com.ningdatech.pmapi.meeting.controller", | "com.ningdatech.pmapi.meeting.controller", | ||||
"com.ningdatech.pmapi.expert.controller", | "com.ningdatech.pmapi.expert.controller", | ||||
"com.ningdatech.pmapi.sms.controller", | "com.ningdatech.pmapi.sms.controller", | ||||
"com.ningdatech.pmapi.workbench.controller" | |||||
"com.ningdatech.pmapi.workbench.controller", | |||||
"com.ningdatech.pmapi.ding.controller" | |||||
}) | }) | ||||
public class GlobalResponseHandler implements ResponseBodyAdvice<Object> { | public class GlobalResponseHandler implements ResponseBodyAdvice<Object> { | ||||
@@ -34,6 +34,7 @@ security: | |||||
- /api/v1/expert/get-zzd-info | - /api/v1/expert/get-zzd-info | ||||
- /file/upload | - /file/upload | ||||
- /file/download | - /file/download | ||||
- /api/v1/zwdd/pull/** | |||||
ignore-csrf-urls: | ignore-csrf-urls: | ||||
- /api/v1/user/auth/** | - /api/v1/user/auth/** | ||||
- /v2/api-docs | - /v2/api-docs | ||||
@@ -60,6 +61,7 @@ security: | |||||
- /api/v1/expert/get-zzd-info | - /api/v1/expert/get-zzd-info | ||||
- /file/upload | - /file/upload | ||||
- /file/download | - /file/download | ||||
- /api/v1/zwdd/pull/** | |||||
role-map: | role-map: | ||||
"engineer": | "engineer": | ||||
"project_manager": | "project_manager": | ||||
@@ -34,6 +34,7 @@ security: | |||||
- /api/v1/expert/get-zzd-info | - /api/v1/expert/get-zzd-info | ||||
- /file/upload | - /file/upload | ||||
- /file/download | - /file/download | ||||
- /api/v1/zwdd/pull/** | |||||
ignore-csrf-urls: | ignore-csrf-urls: | ||||
- /api/v1/user/auth/** | - /api/v1/user/auth/** | ||||
- /v2/api-docs | - /v2/api-docs | ||||
@@ -60,6 +61,7 @@ security: | |||||
- /api/v1/expert/get-zzd-info | - /api/v1/expert/get-zzd-info | ||||
- /file/upload | - /file/upload | ||||
- /file/download | - /file/download | ||||
- /api/v1/zwdd/pull/** | |||||
role-map: | role-map: | ||||
"engineer": | "engineer": | ||||
"project_manager": | "project_manager": | ||||