首页 > 其他 > 详细

No active profile set, falling back to default profiles: default

时间:2019-09-29 17:18:43      阅读:177      评论:0      收藏:0      [点我收藏+]
2019-09-29 17:12:22.933  INFO 8244 --- [           main] c.q.springboot.SpringbootApplication     : Starting SpringbootApplication on DESKTOP-RG5H19V with PID 8244 (D:\nums-project\springboot\target\classes started by 12629 in D:\nums-project\springboot)
2019-09-29 17:12:22.938  INFO 8244 --- [           main] c.q.springboot.SpringbootApplication     : No active profile set, falling back to default profiles: default
2019-09-29 17:12:23.618  INFO 8244 --- [           main] c.q.springboot.SpringbootApplication     : Started SpringbootApplication in 1.19 seconds (JVM running for 2.382)
Disconnected from the target VM, address: ‘127.0.0.1:52345‘, transport: ‘socket‘

刚刚创建的项目,启动时候报错为:No active profile set, falling back to default profiles: default

原来是因为缺少了springmvc的依赖:

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>

 

No active profile set, falling back to default profiles: default

原文:https://www.cnblogs.com/qingmuchuanqi48/p/11608925.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!