Spring boot cannot scan mapping

clipboard.png

clipboard.png

cannot be scanned with classpath:resources/mapping/*.xml

you can use classpath:mapping/*.xml, which is the reason for scanning

wait online.

Mar.14,2021

because to cooperate with another project, all need to use classpath:resources/mapping/*.xml

solution:
change classpath:resources/mapping/ .xml to classpath with an asterisk: resources/mapping/ .xml

create a new directory resources/mapping under resources. Note: yes / no.

:
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-1b2be0a-2bab3.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-1b2be0a-2bab3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?