简介 目录 评价 推荐
  • HCherisher 2020-06-26

    定义一个简单的变量并输出

    截图
    0赞 · 0采集
  • HCherisher 2020-06-26

    集成spring-boot后的一些默认配置

    截图
    0赞 · 0采集
  • aSuncat 2018-10-23

    一、spring初始化工具创建maven project:https://start.spring.io

    二、SbootFreemarkerApplication.java

    1、spring boot与spring mvc的差别就是,他没有太多的配置文件,直接通过main application启动,启动后运行在web容器中。

    2、@configuration:默认加载resource下的application-properties

    3、application.properties里有端口等的配置。

    0赞 · 0采集
  • 慕工程9444189 2018-03-20
    SpringBoot FreeMarker构建
    截图
    0赞 · 0采集
  • root750 2018-01-11
    freemarker标签语法 <#if >,<#else >,<#elseif >,<#list > 自定义变量 <#assign var='hello'> 取值 ${var!'haha'} 加!表示var为空或不存在时不输出,!后面加默认值表示var为空或不存在时默认值为haha
    截图
    0赞 · 0采集
  • 慕仰8446394 2017-12-14
    freemarker标签语法 <#if >,<#else >,<#elseif >,<#list >....... 自定义变量 <#asign var='hello'> 取值 ${var!'haha'} 加!表示var为空或不存在时不输出,!后面加默认值表示var为空或不存在时默认值为haha.
    截图
    0赞 · 0采集
  • 星小梦 2017-10-21
    定义变量 <#assign var="值" />
    截图
    0赞 · 0采集
  • 星小梦 2017-10-21
    网页生成maven项目 star.spring.io
    截图
    0赞 · 0采集
  • 慕侠0561309 2017-08-15
    yml freemarker 配置
    截图
    0赞 · 1采集
  • 慕粉3289534 2017-06-19
    start.spring.io
    0赞 · 1采集
  • 修身养性金不换 2017-06-07
    freemarker 定义变量及使用
    截图
    0赞 · 0采集
  • Proo钧 2017-06-04
    初始化maven 工程
    截图
    0赞 · 0采集
  • 宇智波丶卡卡西 2017-05-01
    spring + freemarker
    截图
    0赞 · 1采集
  • qq_啦啦 2017-04-06
    start.spring.io快速创建项目
    截图
    0赞 · 0采集
  • weibo_夏末秋凉淡抹年华__0 2017-03-06
    freemarker 中的html页面定义变量 <#assign var="hello"/> <div>${var}</div>
    0赞 · 0采集
  • 霜花似雪 2017-02-22
    freemarker配置 #服务端口 server.port=8080 #freemarker配置 spring.freemarker.cache=false spring.freemarker.checkTemplateLocation=true spring.freemarker.contentType=text/html spring.freemarker.suffix=.html spring.freemarker.templateEncoding=UTF-8 spring.freemarker.templateLoaderPath=classpath:/templates/
    截图
    0赞 · 0采集
  • 霜花似雪 2017-02-22
    项目启动入口
    截图
    0赞 · 0采集
  • Mr_DCH 2017-02-21
    为什么我跟老师的一样步骤 访问index 的时候出现这样的问题java.lang.InstantiationException: null at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) ~[na:1.7.0_79] at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[na:1.7.0_79] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:102) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.create
    0赞 · 0采集
数据加载中...
开始学习 免费