小马哥,课程有代码吗?
我有个错误,不知道怎么什么原因!
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
我有个错误,不知道怎么什么原因!
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2018-06-02
最新回答 / The_Enternal
明天提示你包名和实际文件路径不匹配,你看你的包名是com.bobexchen.demo,但是你文件实际是在demo文件夹中而不是com\bobexchen\demo这样的文件路径中。
2018-05-31
在父级目录的pom
spring-boot-maven-plugin放在pluginManagement里,web模块再次引入这插件就不用配置mainClass了
spring-boot-maven-plugin放在pluginManagement里,web模块再次引入这插件就不用配置mainClass了
2018-05-29
最新回答 / 小陌哟
问题解决了,因为<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId>这个依赖关系,默认使用Tomcat容器。注解掉可以使用GET方法映射。但是不明白的是,存在web依赖,为什么通过<exclusions> <exclusion> <groupId>org.springfram...
2018-05-22
用mvn springboot:run会出现No plugin found for prefix 'springboot' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo],查百度的解决方法都不行,我按照视频来,当前工程的pom是有spring-boot-starter-parent
2018-05-22
最新回答 / 宝慕林0597717
import org.springframework.web.reactive.function.server.RouterFunctions;
2018-05-16