摘要: @Configurationpublic class GlobalCorsConfig { @Bean public CorsFilter corsFilter() { //1. 添加 CORS配置信息 CorsConfiguration config = new CorsConfiguration 阅读全文
posted @ 2021-06-01 20:28 GSLCN 阅读(199) 评论(0) 推荐(0) 编辑
摘要: List<NodeRoleRelationListVo> nodeRoleList = nodeRoleRelationFeign.selectList(new NodeRoleRelationReqVo()).getData();//Stream将List转换为Map,使用Collectors.t 阅读全文
posted @ 2021-06-01 12:46 GSLCN 阅读(210) 评论(0) 推荐(0) 编辑