Mybatis .xml files in spring-boot can only be placed under resources/mapper/?

the .xml file of mybatis in spring-boot can only be placed under resources/mappper, like this:


put together with the interface, not uniformly placed under the resources/mapper, separate, easy to manage.

thanks!

Feb.26,2021

< resource >

        <directory>src/main/java</directory>
        <includes>
            <include>**/*.properties</include>
            <include>**/*.xml</include>
        </includes>
    </resource>
  pom<build>
resource
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3193b-2bd98.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3193b-2bd98.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?