- 博客(4)
- 收藏
- 关注
原创 问题日志三:使用axios.get发送http请求的跨域问题Springboot端解决方法
问题:java.lang.IllegalArgumentException: When allowCredentials is true, allowedOrigins cannot contain the special value "*" since that cannot be set on the "Access-Control-Allow-Origin" response header. To allow credentials to a set of origins, list them e
2021-11-28 22:38:10 201
原创 问题日志2:org.apache.jasper.JasperException: 无法在web.xml或使用此应用程序部署的jar文件中解析绝对uri:[http://java.sun.com/jsp
可以确认的是tomcat的lib和pom.xml都有相同版本的jstl1.2与standard1.1.2
2021-11-11 22:13:13 613
原创 问题日志01:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
解决方法:在applicationContext.xml的sqlSessionFactoryBean中加入<property name="mapperLocations" value="**/*.xml"></property>l来标识读取哪里的mapper另外,别忘了在pom.xml中加入<resources> <resource> <directory>src/main/resource</
2021-11-11 19:54:24 89
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人