码迷,mamicode.com
首页 >  
搜索关键字:freemark    ( 136个结果
MyBatis-Plus
MyBatis_Plus 代码生成器 开启Mapper接口扫描 @Configuration @EnableTransactionManagement @MapperScan("com.hu.mylearn.mapper") public class MyBatisPlusConfig { // 旧 ...
分类:其他好文   时间:2021-06-02 13:39:52    阅读次数:0
SpringBoot如何使用WebSocket实现前后端交互?
背景 我们都知道http协议只能在浏览器单方面向服务器发起请求时获得响应,然而服务器不能主动向浏览器推送消息,想要实现浏览器的主动推送目前有两种主流的实现方式: 轮询:缺点很多,但是实现简单 websocket: 在浏览器和服务器之间建立TCP连接,实现全双工通信 springboot使用webso ...
分类:编程语言   时间:2020-08-06 22:04:50    阅读次数:93
模板引擎
1. JSP 2. Velocity 3. Freemarker 4. Thymeleaf ...
分类:其他好文   时间:2020-07-25 23:20:44    阅读次数:57
【spring mvc 使用freemark配置】
直接在配置中加入 <mvc:annotation-driven/> <!--freemark--> <bean id="freemarkerConfig" class="org.springframework.web.servlet.view.freemarker.FreeMarkerConfigu ...
分类:编程语言   时间:2020-07-10 17:12:54    阅读次数:52
Thymeleaf入门(基于SpringBoot)
1.简介 Thymeleaf是流行的模板引擎,Spring Boot推荐使用。语法简介,功能更加强大。 模板引擎:JSP、FreeMarker、Velocity、Thymeleaf 2.pom.xml中导入依赖 <dependency> <groupId>org.springframework.bo ...
分类:编程语言   时间:2020-07-09 01:00:08    阅读次数:87
IDEA Spring Boot 创建 freemarker 文件模板
在 Spring Boot 项目的 resources 目录下的 templates 包下,右键-->new-->Edit File Templates, 如下图: 然后点击 + 号,新建一个 freemarker file template ,如下图: 注意:文件扩展名(extension)一定要 ...
分类:编程语言   时间:2020-05-31 11:19:58    阅读次数:259
【SpringBoot】SpringBoot 配置这一篇文章就够了
SpringBoot 配置文件 一、配置文件 SpringBoot使用一个全局的配置文件,配置文件名是固定的; application.properties application.yml 配置文件的作用:修改SpringBoot自动配置的默认值;SpringBoot在底层都给我们自动配置好; YA ...
分类:编程语言   时间:2020-05-24 09:48:27    阅读次数:51
SpringMVC 入门(一)
1 鸟瞰Spring MVC Spring MVC(Model View Controller)框架的处理控制器的实现策略,与其他的请求驱动的Web框架在总体思路上是相似的。通过引入Front Controller和Page Controller的概念来分离流程控制逻辑与具体的Web请求处理逻辑。 ...
分类:编程语言   时间:2020-05-18 12:31:08    阅读次数:73
thymeleaf和vue的关系
Thymeleaf和vue不是一类事务。 模板引擎:Thymeleaf、freemarker、JSP。 前端框架:vue、angularjs、react。 Thymeleaf是一个替代JSP的模板引擎。 使用Thymeleaf或其他模板的时候也可以使用前端框架。 现在github上很多工程就是spr ...
分类:其他好文   时间:2020-05-03 18:28:30    阅读次数:390
JFinal
JFinal 认识JFinal web开发框架 概括:精简,使用,急速。 JFinal入门Hello word Maven下开发:添加Jfinal依赖 添加web项目,配置web.xml 主配置类JFinalConfig配置 Controller层 JFinalConfig配置详解 JFinal C ...
分类:其他好文   时间:2020-04-25 17:22:19    阅读次数:62
136条   1 2 3 4 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!