Commit 037965f949c3fcd0edac170feb7d0791ae79eeb3
1 parent
101337d6
接口提交
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/com/bsth/CXFConfig.java
| ... | ... | @@ -131,7 +131,6 @@ public class CXFConfig { |
| 131 | 131 | electricService, |
| 132 | 132 | staffViewRealService, |
| 133 | 133 | bigdateService)); |
| 134 | - | |
| 135 | 134 | endpoint.setProviders(Arrays.asList(new JacksonJsonProvider(), new AesExceptionMapper())); |
| 136 | 135 | //endpoint.setFeatures(Arrays.asList(new Swagger2Feature())); |
| 137 | 136 | endpoint.getInInterceptors().add(new AuthorizeInterceptor_IN()); | ... | ... |