zoukankan      html  css  js  c++  java
  • SpringBoot使用Spring Initializer

    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应用的配置文件;可以修改一些默认配置;

  • 相关阅读:
    收藏的日历js算法 很实用
    autofac system.core 的版本问题
    and 组件ui等
    vc相关
    live传264流
    录转rtsphan
    ndk errno
    cpp all记录
    and 录音等+live等
    cmake
  • 原文地址:https://www.cnblogs.com/cykj/p/SpringBoot-SpringInitializer.html
Copyright © 2011-2022 走看看