The post guides you through building a Spring Boot application with a TodoMVC Angular front-end and deploying it on Kubernetes using the JBoss Web Server Operator. It covers defining the Todo entity with JPA annotations, implementing the TodoController for CRUD operations, and extending JpaRepository for database interactions. Deployment steps include creating a Docker image, configuring H2 and PostgreSQL databases, and deploying on OpenShift. Detailed instructions for running the app locally, building the Docker image, and pushing it to a repository are provided.

10m read timeFrom shaaf.dev
Post cover image
Table of contents
Run the app locallyRunning the app on OpenShift using OperatorCreating a new Webserver instance

Sort: