@ConfigurationProperties(prefix="shenyu.route")
public class ShenyuRouteProperties
extends java.lang.Object
shenyu.route in application.yml.
shenyu:
route:
allowed-prefixes:
- ability
- portal
- external
- wechat
- invoke
| 构造器和说明 |
|---|
ShenyuRouteProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<java.lang.String> |
getAllowedPrefixes()
Get allowedPrefixes.
|
void |
setAllowedPrefixes(java.util.List<java.lang.String> allowedPrefixes)
Set allowedPrefixes.
|
Copyright © 2026 The Apache Software Foundation. All rights reserved.