使用向导快速创建spring boot应用

Spring Boot快速创建项目

IDE都支持使用spring的项目创建向导快速创建一个Spring Boot项目;

选择我们需要的模块:向导会联网创建我们需要的spring boot项目;

默认生成的Spring Boot项目:

   --主程序已经生成好了,我们只需要编写自己的逻辑代码

   --resource文件夹

   --static :静态资源文件

   --template:保存我们的模板文件

     --application.properties:Spring Boot应用的配置文件,可以修改默认值

原文地址:https://www.cnblogs.com/gaofz/p/10384570.html