修改路由、控制台类别限制;修复异常
This commit is contained in:
@@ -28,7 +28,7 @@ public class DoubanRouter {
|
||||
@Bean
|
||||
RouterFunction<ServerResponse> friendTemplateRoute() {
|
||||
|
||||
return RouterFunctions.route().GET("/douban",this::handlerFunction)
|
||||
return RouterFunctions.route().GET("/books",this::handlerFunction)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user