Thomas

Thomas @tleipzig

About: Working with Spring and Spring Boot for over a decade, I wrote https://bootify.io - a Spring Boot App Generator

Location:
Berlin
Joined:
Aug 17, 2020

Thomas
articles - 16 total

Integrating Spring Boot with Angular

Angular is a powerful, mature library for single page applications. While Angular runs completely in...

Learn More 0 0Jun 28

Htmx error handling in Spring Boot apps

Htmx is a fantastic library to simplify web application development and render most of the HTML...

Learn More 0 0Apr 25

Creating Test Jars in Maven for multi-module projects

In multi-module projects, individual modules often contain classes or resources that should also be...

Learn More 1 0Mar 3

Form Login with Spring Boot and Thymeleaf

The form-based login is often the first choice to protect the web frontend of a Spring Boot...

Learn More 2 0Jul 25 '24

Spring Boot with Thymeleaf and Bootstrap

Thymeleaf and Bootstrap are powerful technologies to develop modern web applications. In this...

Learn More 0 0May 13 '24

Uppercase table names in Spring Boot

In Spring Boot / Hibernate, the table name is derived from the entity name. What must our naming...

Learn More 1 0Mar 25 '24

How to create a Kotlin Multi-Module Project

Spring Boot and Kotlin are a powerful combination for creating modern web applications. For Kotlin,...

Learn More 3 0Nov 17 '23

Custom Template for your Spring Boot App

Bootify is a tool for creating your individual template for a Spring Boot application. Numerous...

Learn More 0 0Oct 23 '23

Using htmx with Spring Boot and Thymeleaf

Htmx allows building complex web applications that feel like an SPA without relying on Angular or...

Learn More 3 0Aug 15 '23

Connecting Spring Boot to Keycloak via OAuth / OIDC

Keycloak is an open source application for centralized identity and access management. Numerous...

Learn More 0 0Jun 14 '23

Using Webpack with Spring Boot

Webpack is a powerful tool for frontend development. It allows us to improve the structure of our...

Learn More 5 3May 2 '23

Spring Boot Application Generator

The Bootify Builder is an application generator that can be used completely online without prior...

Learn More 1 0Jan 13 '23

Best practices for multi-module projects with Spring Boot

Most applications in the real world will accumulate a large amount of features and code in the long...

Learn More 1 0Oct 28 '22

Generating JPA Entities from an existing SQL Script

Let's assume we have an existing database and want to create the JPA entities from it. For this we...

Learn More 0 0Sep 26 '22

Adding Integration Tests in Spring Boot with Testcontainers

Good software always includes automated tests to detect errors during the creation and modification...

Learn More 2 0Dec 19 '20

How to: Spring Boot JPA + REST with Bootify

With the Spring Initializr we can create a basic project structure, but Bootify.io goes one step...

Learn More 12 1Aug 23 '20