Monthly Archives: October 2023

Spring Boot Web as Standalone App

By | October 8, 2023

I created a very simple starter project for create web app with embedded Tomcat. This project is supposed to be runnable with just the war file. If you want to create it from scratch here are the steps. Step 0. Requirements I’m using the following: Step 1. Project/Code Structure Create the following code structure. I’m… Read More »