@Configuration
@ConditionalOnProperty(value="shenyu.plugins.context-path.enabled",
havingValue="true",
matchIfMissing=true)
public class ContextPathPluginConfiguration
extends java.lang.Object
| 构造器和说明 |
|---|
ContextPathPluginConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.shenyu.plugin.api.ShenyuPlugin |
contextPathPlugin()
Context path plugin.
|
org.apache.shenyu.plugin.base.handler.PluginDataHandler |
contextPathPluginDataHandler()
Context path plugin data handler.
|
@Bean public org.apache.shenyu.plugin.api.ShenyuPlugin contextPathPlugin()
@Bean public org.apache.shenyu.plugin.base.handler.PluginDataHandler contextPathPluginDataHandler()
Copyright © 2026 The Apache Software Foundation. All rights reserved.