0
点赞
收藏
分享

微信扫一扫

使用Spring Initializer

1.请参照​​ ​​搭好项目

2.搭好项目之后,我们只需要写业务逻辑

   resources文件夹目录结构

        static: 保存所有的静态资源; js   css image

        templates: 保存所有的模板页面: (Spring Boot默认jar包使用嵌入式的Tomcat,默认不支持JSP页面,可以使用模板引擎(freemarker、thymeleaf))

      application.properties: Spring Boot应用的配置文件,可以修改默认设置的端口号

 

 



举报

相关推荐

0 条评论