1、JAVA file.createNewFile 文件名、目录名或卷标语法不正确
复制代码里的文件路径,拷贝到真实的本机路径
2、 No qualifying bean of type 'com.shusiedu.dao.TitleInfoDao' available: expected at least 1 bean which qualifies as
@MapperScan("com.xx.dao")
没有扫描到
3、
<!--SpringBoot启动时:Process finished with exit code 0解决办法,加入如下--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>