
Spring基础知识
予生
这个作者很懒,什么都没留下…
展开
-
Mybatis中出现org.apache.ibatis.type.TypeException:org.xml.sax.SAXParseException异常问题
第一个错误:Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQLMapper Configuration. Cause: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is ‘com/zhout/mapper/DeptMapper.xml’. Cause:org.apache.ibatis.b原创 2021-03-02 16:55:36 · 286 阅读 · 0 评论 -
MyBatis配置config文件时,出现元素类型为 “configuration“ 的内容必须匹配问题
org.apache.ibatis.exceptions.PersistenceException:### Error building SqlSession.### Cause: org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SAXParseException; lineNumber: 26; columnNumber: 17; 元素类型为 "confi原创 2021-02-27 21:03:20 · 1303 阅读 · 1 评论 -
SpringBoot跨域问题
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 explicitly or consider using “allowedOrigi.原创 2021-03-18 19:13:25 · 420 阅读 · 0 评论