Explorar el Código

Merge branch '20230821_ls2_gov_project_collection' of http://git.ningdatech.com/liushuai/project-management into dev

tags/24080901
PoffyZhang hace 1 año
padre
commit
ddbc84275d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/common/handler/GlobalResponseHandler.java

+ 2
- 1
pmapi/src/main/java/com/ningdatech/pmapi/common/handler/GlobalResponseHandler.java Ver fichero

@@ -35,7 +35,8 @@ import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;
"com.ningdatech.pmapi.portrait.controller",
"com.ningdatech.pmapi.irs.controller",
"com.ningdatech.pmapi.dashboard.controller",
"com.ningdatech.pmapi.wps.controller"
"com.ningdatech.pmapi.wps.controller",
"com.ningdatech.pmapi.gov.controller"
})
public class GlobalResponseHandler implements ResponseBodyAdvice<Object> {



Cargando…
Cancelar
Guardar