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


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>

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM