Tag

freemarker

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 29, 2024 · Backend Development

Generate PDFs in Spring Boot with OpenHtmlToPdf and Freemarker – Step‑by‑Step Guide

This tutorial demonstrates how to integrate OpenHtmlToPdf with a Spring Boot 3.2.8 application, using Freemarker templates and custom fonts to render HTML content and deliver high‑quality PDF files via a REST endpoint, complete with code examples and configuration details.

HTML to PDFJavaOpenHtmlToPdf
0 likes · 8 min read
Generate PDFs in Spring Boot with OpenHtmlToPdf and Freemarker – Step‑by‑Step Guide
Lobster Programming
Lobster Programming
May 4, 2024 · Backend Development

Scaling Hot News Articles: FreeMarker, Caching, and Nginx Architecture

This article explains how to design a backend architecture that pre‑generates article HTML with FreeMarker, stores files on cloud servers, caches data in Redis and local memory, and uses LVS, Nginx, and Sentinel to safely handle sudden traffic spikes from viral news.

CachingHigh TrafficSpringBoot
0 likes · 5 min read
Scaling Hot News Articles: FreeMarker, Caching, and Nginx Architecture
Dada Group Technology
Dada Group Technology
Nov 28, 2022 · Information Security

Analyzing Java Template Engine Injection Vulnerabilities and Building Automated Detection Capabilities

This article examines injection vulnerabilities in Java template engines Velocity, FreeMarker, and Thymeleaf, details payload extraction, demonstrates how to generate automated detection rules and security operation capabilities, and discusses future directions for comprehensive attack‑chain analysis.

JavaSecurity AutomationThymeleaf
0 likes · 12 min read
Analyzing Java Template Engine Injection Vulnerabilities and Building Automated Detection Capabilities
macrozheng
macrozheng
May 10, 2021 · Backend Development

How to Build Your Own Spring Boot Scaffolding Tool with FreeMarker

This article explains why and when to create custom scaffolding for large-scale Java projects, compares popular options like Spring Initializr and Aliyun, and provides a step‑by‑step guide—including project structure, FreeMarker templates, and code generation classes—to build your own Spring Boot scaffolding tool.

Backend Developmentcode generationfreemarker
0 likes · 16 min read
How to Build Your Own Spring Boot Scaffolding Tool with FreeMarker
Java Captain
Java Captain
Jan 3, 2021 · Backend Development

OA Office Automation System Based on Spring Boot – Project Overview and Deployment Guide

This article introduces an OA office automation system built with Spring Boot, MySQL, Freemarker, and Bootstrap, outlines its project structure, front‑end and back‑end components, provides step‑by‑step deployment instructions, and shares screenshots and the repository link for developers.

Backend DevelopmentBootstrapMySQL
0 likes · 3 min read
OA Office Automation System Based on Spring Boot – Project Overview and Deployment Guide
Architect's Tech Stack
Architect's Tech Stack
Dec 17, 2019 · Backend Development

Spring Boot Template Engine Hot Deployment Techniques

This article explains how to disable template caching in Spring Boot for Thymeleaf, FreeMarker, Groovy, and Velocity, and compares several hot‑deployment methods including Debug mode, spring-boot-devtools, Spring Loaded, and JRebel, providing configuration snippets and practical guidance.

DevtoolsHot DeploymentJRebel
0 likes · 3 min read
Spring Boot Template Engine Hot Deployment Techniques