<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/spring-boot-and-thymeleaf-with-css-javascript-processing-using-gulp-hzll9458o" -->

---
title: Spring Boot and Thymeleaf with CSS JavaScript processing...
description: A step-by-step guide to integrating Gulp-based frontend tooling into a Spring Boot + Thymeleaf project. Covers setting up npm and Gulp for live reloading via...
canonical: https://daily.dev/posts/spring-boot-and-thymeleaf-with-css-javascript-processing-using-gulp-hzll9458o
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Spring Boot and Thymeleaf with CSS JavaScript processing using Gulp | daily.dev
og:description: A step-by-step guide to integrating Gulp-based frontend tooling into a Spring Boot + Thymeleaf project. Covers setting up npm and Gulp for live reloading via...
og:url: https://daily.dev/posts/spring-boot-and-thymeleaf-with-css-javascript-processing-using-gulp-hzll9458o
og:image: https://api.daily.dev/og/posts/hzll9458o.png
og:image:alt: Spring Boot and Thymeleaf with CSS JavaScript processing using Gulp
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Spring Boot and Thymeleaf with CSS JavaScript processing using Gulp

**[Wim Deblauwe](https://daily.dev/sources/wim-deblauwe)** · 7 min read · 0 upvotes · 0 comments

## Summary

A step-by-step guide to integrating Gulp-based frontend tooling into a Spring Boot + Thymeleaf project. Covers setting up npm and Gulp for live reloading via BrowserSync, adding Babel transpilation for modern JavaScript, configuring CSS/JS minification with Terser and UglifyCSS for production builds, and wiring everything together with the frontend-maven-plugin so Maven builds automatically process frontend assets.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.wimdeblauwe.com/blog/2019/2019-10-20-spring-boot-and-thymeleaf-with-css-javascript-processing-using-gulp/>

## Similar posts on daily.dev

- [Writing a Thymeleaf component library](https://daily.dev/posts/writing-a-thymeleaf-component-library-iotnp1w9y) · Wim Deblauwe · 6 upvotes · 0 comments

---

Tags: [#java](https://daily.dev/tags/java), [#spring-boot](https://daily.dev/tags/spring-boot), [#babel](https://daily.dev/tags/babel)

[View this post on daily.dev](https://daily.dev/posts/spring-boot-and-thymeleaf-with-css-javascript-processing-using-gulp-hzll9458o)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Spring Boot and Thymeleaf with CSS JavaScript processing using Gulp","url":"https://daily.dev/posts/spring-boot-and-thymeleaf-with-css-javascript-processing-using-gulp-hzll9458o","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/spring-boot-and-thymeleaf-with-css-javascript-processing-using-gulp-hzll9458o"},"datePublished":"2026-03-16T08:14:27.745Z","dateModified":"2026-03-16T08:28:56.378Z","description":"A step-by-step guide to integrating Gulp-based frontend tooling into a Spring Boot + Thymeleaf project. Covers setting up npm and Gulp for live reloading via...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ed0f603a5b9a3166eac8f54db45b0db3?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ed0f603a5b9a3166eac8f54db45b0db3?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Wim Deblauwe","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Wim Deblauwe","logo":"https://media.daily.dev/image/upload/s--g1qrglrf--/c_limit,w_256/f_auto,q_auto/v1773648779/logos/wim-deblauwe?_a=BAMAMiiu0","url":"https://daily.dev/sources/wim-deblauwe"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/spring-boot-and-thymeleaf-with-css-javascript-processing-using-gulp-hzll9458o","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"java,spring-boot,babel","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Wim Deblauwe","item":"https://daily.dev/sources/wim-deblauwe"},{"@type":"ListItem","position":3,"name":"Spring Boot and Thymeleaf with CSS JavaScript processing using Gulp"}]}
```

