为了账号安全,请及时绑定邮箱和手机立即绑定

启动spring之后一段时间刷新页面会出错

2019-02-06 23:04:49,923 [restartedMain] [org.springframework.boot.SpringApplication.logStartupProfileInfo(SpringApplication.java:675)] - [INFO] No active profile set, falling back to default profiles: default

2019-02-06 23:04:50,649 [restartedMain] [org.springframework.boot.SpringApplication.reportFailure(SpringApplication.java:858)] - [ERROR] Application run failed

tk.mybatis.mapper.MapperException: tk.mybatis.mapper.provider.EmptyProvider中缺少selectOne方法!



https://img1.sycdn.imooc.com//5c5afeb70001c2f904780328.jpg


正在回答

1 回答

注释掉热部署依赖

<!--热部署-->

    <dependency>

        <groupId>org.springframework.boot</groupId>

        <artifactId>spring-boot-devtools</artifactId>

        <optional>true</optional>

        <scope>runtime</scope>

    </dependency>

或参考下文:

https://github.com/abel533/MyBatis-Spring-Boot/issues/92

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

启动spring之后一段时间刷新页面会出错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信