mybatis error: Invalid bound statement (not found)

Error: Invalid bound statement (not found)

Method 1: Check whether the fields, namespaces, and method names of the dao layer matched by the xml are consistent

Method 2: Check whether the scan path of mapper is correct

<property name="mapperLocations" value="classpath*:sql/**/*.xml" />


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325647346&siteId=291194637