Fork me on Gitee

IDEA 报错记录

IDEA 报错记录

  1. Process finished with exit code 0

    这种主要是配了默认的 Tomcat ,然后又配置了外部的 Tomcat。解决办法,注释掉默认的:

     <dependency>
     	<groupId>org.springframework.boot</groupId>
     	<artifactId>spring-boot-starter-tomcat</artifactId>
     	<scope>provided</scope>
     </dependency>
    
posted @ 2018-10-30 09:35  明叶师兄。  阅读(196)  评论(0编辑  收藏  举报