最近搜索

sts SpringBoot项目 放到idea 运行报错

浏览:678
管理员 2019-08-07 09:20


 2019-08-07 17:04:46.755 ERROR 13324 --- [           main] o.s.boot.SpringApplication               : Application run failed

111.png





<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-tomcat</artifactId>
    <scope>provided</scope>
</dependency>
         
         
        改成
         
 <scope>compile</scope>


联系站长

站长微信:xiaomao0055

站长QQ:14496453