IDE都支持使用Spring的项目创建Spring的项目创建向导,快速创建一个SpringBoot项目;
选择我们需要的模块;向导会联网创建SpringBoot项目;
默认生成的SpringBoot项目;
a.主程序已经生成好了,我们只需要我们编写自己的逻辑
b.resources文件夹中目录结构
a1.static:保存所有的静态资源;js css images;
a2:templates:保存所有的模版页面;(SpringBoot默认jar包使用嵌入式的Tomcat,默认不支持JSP页面);可以使用模版引擎(freemarker、thymeleaf);
a3;application.propertis:SpringBoot应用的配置文件;可以修改一些默认配置;
相关文章
- 08-30spring优化使用
- 08-30spring boot 入门 使用spring.profiles.active来分区配置(转)
- 08-30使用单独Tomcat部署Spring boot应用时的多配置文件切换
- 08-30spring profile 使用
- 08-30SpringBoot(十九)_spring.profiles.active=@profiles.active@ 的使用
- 08-30spring boot 入门 使用spring.profiles.active来分区配置
- 08-30Spring3事务管理——使用@Transactional 注解(转)
- 08-30无法使用Spring Cloud连接到Hystrix仪表板的Command Metric Stream
- 08-30Spring对druid数据源的使用
- 08-30springboot使用druid连接池,并配置数据源监控