|
The error may exist in mapper/studentMapper.xml
Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is ‘mapper/studentMapper.xml’. Cause: org.apache.ibatis.builder.BuilderException: Parsing error was found in mapping #{}. Check syntax #{property|(expression), var1=value1, var2=value2, …}
重点看这:#{property|(expression), var1=value1, var2=value2, …}说明:在增删改查的过程中有一个#{ }没有填写
|
|