课程
/后端开发
/Java
/Spring Boot 2.0深度实践-初遇Spring Boot
没有请求地址的信息
2019-02-16
源自:Spring Boot 2.0深度实践-初遇Spring Boot 3-1
正在回答
你画红线的这句话是 Spring程序启动时没有找到默认的配置文件所引发的,于是他自己选择了默认的配置文件。
我猜你是打包默认为pom模式了,查看下<package>标签
qq_wqb_
野生的程序猿一只 回复 qq_wqb_
qq_咕叽咕叽_888
野生的程序猿一只 回复 qq_咕叽咕叽_888
不要把启动类放到扫描目录下,就可以解决
凯哥也遇到这个问题了。解决方案:http://kaigejava.com/article/detail/538
weixin_慕尼黑2067412
凯哥Java 回复 weixin_慕尼黑2067412
加了还是一样
是正常退出,只是没有加入springMVC依赖,加入这个就行了
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>
举报
Spring Boot 2.x/Web Flux/多模块化项目实践
1 回答运行报错,提示 failed to configure a DataSource : 'url' arrtibute is not specified and no embedded datasource could be configured
2 回答idea运行No converter found for return value of type
1 回答运行包tomcat错
2 回答运行启动类时出现'entityManagerFactory' that could not be found.
1 回答unable to access jarfile