zoukankan      html  css  js  c++  java
  • 使用Spring Initializer快速创建Spring Boot项目

    目录结构

    IDE都支持使用Spring的项目创建向导快速创建一个Spring Boot项目;
    选择我们需要的模块;向导会联网创建Spring Boot项目;
    默认生成的Spring Boot项目;
      主程序已经生成好了,我们只需要我们自己的逻辑
      resources文件夹中目录结构
        static:保存所有的静态资源; js css images;
        templates:保存所有的模板页面;(Spring Boot默认jar包使用嵌入式的Tomcat,默认不支持JSP页面);可以使用模板引擎(freemarker、thymeleaf);
        application.properties:Spring Boot应用的配置文件;可以修改一些默认设置;

  • 相关阅读:
    POJ
    POJ
    操作系统
    POJ
    POJ
    codeforces Educational Round 89
    codeforces Round 647(div. 2)
    codeforces Educational Round 88
    后缀自动机简单总结
    dsu on tree 简单总结
  • 原文地址:https://www.cnblogs.com/fangwu/p/8811215.html
Copyright © 2011-2022 走看看