| 程序包 | 说明 |
|---|---|
| run.iget.framework.propertity |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ApiPathPrefixUtils.addApiPathPrefix(ModuleProperties properties,
org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer,
Set<String> controllerPackages)
为指定的Controller请求路径,添加上统一的前缀
|
static void |
ApiPathPrefixUtils.addApiPathPrefix(ModuleProperties properties,
org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer,
String... controllerPackages)
为指定的Controller请求路径,添加上统一的前缀
|
static void |
ApiPathPrefixUtils.addApiPathPrefix(ModuleProperties properties,
org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer,
String controllerPackage)
为指定的Controller请求路径,添加上统一的前缀
|
Copyright © 2023. All rights reserved.