首页 > 其他分享 >spring-boot 同时使用themyleaf和freemarker模板

spring-boot 同时使用themyleaf和freemarker模板

时间:2022-10-12 14:35:44浏览次数:59  
标签:templates 文件 freemarker spring boot 模板


spring-boot 同时使用themyleaf和freemarker模板_freemarker

在pom中添加依赖 

spring-boot 同时使用themyleaf和freemarker模板_freemarker_02

在templates目录中建立ftl文件与html文件 

spring-boot 同时使用themyleaf和freemarker模板_java_03

不同模板下调用方式如下: 

spring-boot 同时使用themyleaf和freemarker模板_freemarker_04

 

标签:templates,文件,freemarker,spring,boot,模板
From: https://blog.51cto.com/u_15826192/5750141

相关文章

  • SpringCloud 微服务框架搭建
    框架及技术环境:IDEA、JDK1.8、MYSQL5.0、NacosServer2.1.1技术:SpringBoot+Nacos+SpringCloudGatway+SpringCloudOpenFegin+SpringSleuth+Maven目标用Maven搭建一个......
  • spring-boot配置属性注入到Bean
    1.在属性文件中配置book实体 2.创建配置属性对应实体类与控制器 3.输出实体时乱码在属性配置文件中加入spring.http.encoding.force=truespring.http.encoding.charset=UT......
  • 【云原生】Spring Cloud Alibaba 之 Feign 远程调用 实战
    文章目录​​一、什么是远程调用?​​​​⛅远程调用的原理​​​​二、RestTemplate与Feign的区别​​​​三、Feign远程调用实战开发​​​​⏳Feign替代RestTempla......
  • Nebula Graph介绍和SpringBoot环境连接和查询
    NebulaGraph介绍和SpringBoot环境连接和查询转载请注明来源https://www.cnblogs.com/milton/p/16784098.html说明当前NebulaGraph的最新版本是3.2.1,根据官方的文档......
  • SpringBoot的yml多环境配置3种方法
    方式一:多个yml文件 步骤一、创建多个配置文件application.yml#主配置文件application-dev.yml#开发环境的配置application-prod.yml#生产环境的配置applic......
  • Spring Boot 2.3.x 升级至 2.4.x 遇到的那些事
    随着SpringBoot3.0需要Java17和SpringFramework6作为最低版本。计划逐步升级系统的SrpingBoot版本,以应对未来的趋势,当前系统SpringBoot版本是2.3.12,继续先升即到......
  • springbean的八种加载方式
    总结了一下八种bean的加载方式bold;">接口 xml+<bean/> xml:context+注解(@Component+4个@Bean) 配置类+扫描+注解(@Component+4个@Bean)@Bean定义FactoryBean接口......
  • SpringBoot_RestFul风格CURD
    一、什么是RestFulREST(英文:RepresentationalStateTransfer,简称REST,意思:表述性状态转换,描述了一个架构样式的网络系统,比如web应用),是一种软件架构风格不是标准哦!一种软......
  • SpringBoot笔记
    Idea环境创建项目:   ......
  • 这些不知道,别说你熟悉 Spring
    大家好,这篇文章跟大家来聊下Spring中提供的常用扩展点、SpringSPI机制、以及SpringBoot自动装配原理,重点介绍下Spring基于这些扩展点怎么跟配置中心(Apollo、Nacos、......