其他分享
首页 > 其他分享> > springboot成功启动后访问controller层报404的问题

springboot成功启动后访问controller层报404的问题

作者:互联网

可以看看是不是mybatis依赖版本的问题,可以修改版本后试一试,

-<dependency>

<groupId>org.mybatis.spring.boot</groupId>

<artifactId>mybatis-spring-boot-starter</artifactId>

<version>2.2.2</version>

</dependency>

但这都是仅仅供参考

标签:层报,springboot,spring,boot,controller,版本,mybatis,2.2
来源: https://www.cnblogs.com/hxbhxb/p/16458938.html