随笔分类 -  springboot

摘要:1、跨域配置 // 请求跨域@Configurationpublic class CorsConfig implements WebMvcConfigurer { static final String ORIGINS[] = new String[] { "GET", "POST", "PUT", 阅读全文
posted @ 2021-09-06 11:35 菜逼黑 阅读(166) 评论(0) 推荐(0)