
本文介绍了如何使用Idea2019.1和jdk1.8创建Springboot Web项目。首先通过File > Project启动Spring Initializr,然后自动下载所需文件。接着在com.xxx.xxx包下创建HelloController,编写'Hello World!'的展示逻辑。最后,运行应用,访问http://localhost:8080/hello,页面显示问候信息。静态资源如html、js、css存放在src > main > resources > static目录下。