webFlux route 下path与post优先级
摘要:
@Bean public RouterFunction<ServerResponse> doctorRoutes(DoctorHandler handler) { return RouterFunctions.route() .POST("/doctors/cart",accept(MediaTyp 阅读全文
posted @ 2023-02-06 03:35 白衣风云 阅读(34) 评论(0) 推荐(0) 编辑