|
@@ -10,7 +10,7 @@ public class ApiPrefixAutoConfiguration implements WebMvcConfigurer {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void configurePathMatch(PathMatchConfigurer configurer) {
|
|
public void configurePathMatch(PathMatchConfigurer configurer) {
|
|
- configurer.addPathPrefix("/huatongApi", c -> c.isAnnotationPresent(RestController.class));
|
|
|
|
|
|
+ configurer.addPathPrefix("/guoweiApi", c -> c.isAnnotationPresent(RestController.class));
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|