摘要: 在请求的header中加上:Access-Control-Allow-Origin=* 如下: axios.defaults.headers.post['Access-Control-Allow-Origin']='*'; import axios from "axios"; import rout 阅读全文
posted @ 2022-07-30 14:43 大话人生 阅读(3493) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-30 11:35 大话人生 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1.包名下新建config文件夹 2.其下新建WebMvcConfig.java,内容如下: package com.javaclimb.music.config; import org.springframework.web.servlet.config.annotation.CorsRegist 阅读全文
posted @ 2022-07-30 11:19 大话人生 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1. C:\Windows\System32\drivers\etc\hosts 文件末尾添加以下三行内容: 140.82.113.3 github.com 185.199.108.153 assets-cdn.github.com 199.232.69.194 github.global.ssl. 阅读全文
posted @ 2022-07-30 10:19 大话人生 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 1.数据库music以及字符集和排序规则如下: 2.springboot项目中application.properties 配置内容: server.port=8888 spring.datasource.url=jdbc:mysql://localhost:3308/music?serverTim 阅读全文
posted @ 2022-07-30 08:17 大话人生 阅读(576) 评论(0) 推荐(0) 编辑
摘要: 1.选中Default,选中此项,电脑需要连接网络,不能联网的选此项下载不下来 创建项目后,pom.xml配置文件内容如下: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0. 阅读全文
posted @ 2022-07-30 07:47 大话人生 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 1.D:\apache-maven-3.6.1\conf\settings.xml 中配置: <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/conte 阅读全文
posted @ 2022-07-30 07:42 大话人生 阅读(298) 评论(0) 推荐(0) 编辑