Skip to content

Commit ef6e886

Browse files
authored
Update PathCacheConfig.java
1 parent 688197a commit ef6e886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/we/plugin/pathcache/PathCacheConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* 定义 DemoApiConfig 继承 ManualApiConfig,并注解为 Configuration,然后实现 setApiConfigs
1616
* 方法,在方法中添加路由配置; 本类仅为方便开发和测试,正式环境应该通过管理后台配置路由
1717
*/
18-
@Configuration
18+
// @Configuration
1919
public class PathCacheConfig extends ManualApiConfig {
2020

2121
@Override

0 commit comments

Comments
 (0)