06 2021 档案

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