手记

#7. springboot模块install时报错,找不到类,找不到包

<dependency>
    <groupId>mysql</groupId>
    <artifactId>mysql-connector-java</artifactId>
</dependency>

问题一 :springboot模块install时报错,找不到类,找不到包,添加这个pom依赖解决

问题二 :

Consider defining a bean of type 'com.example.flow_info.dao.FlowInfoMapper' in your configuration.

在springboot启动类上添加注解:

@MapperScan(value = "com.example.flow_info.dao")


0人推荐
随时随地看视频
慕课网APP