SpringBoot mybatisplus项目编译以后没有xml文件解决方案

解决方案:在pom.xml添加以下代码


       
           
                org.springframework.boot
                spring-boot-maven-plugin
           

       

       
           
                src/main/java
               
                    **/*.xml
               

           

           
                src/main/resources
           

       

   

你可能感兴趣的:(web知识)