刚下了个新项目,跑了下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
在eclipse中我们按一下快捷键就会生成类的基本信息相关的注释,其实在IDEA中也是可以的,需要我们手动设置,之后再创建类的时候就会自动加上这些基本的信息. File-->Setting 在Editor中找到File and Code Templates Editor-->File and Code Templates 找到Includes下面的File Header,之后可以在右面的文本框中自定义注释格式 我定义的是: /** * * Created with IDEA * author: