刚下了个新项目,跑了下maven报错了: E:\workspace\portalframe>mvn clean install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.migu.reading.portalFrame:ues:war:trunk-SNAPSHOT [WARNING] ,
1.引导类 public class App { public static void main(String[] args) { SpringApplication.run(WebConfiguration.class, args); } } 2.WebConfiguration @SpringBootApplication public class WebConfiguration { /** * 浏览器地址栏中输入:http://localhost:8080/hello,回车后,输出:He