Java

Make Spring Boot surrender routing control to Angular

In a multi module application Spring Boot should surrender routing control to Angular, otherwise trying to access any route other…

7 years ago

Integrate Angular with a Spring Boot project

Developing a multi-module application where the backend runs on Spring Boot and the frontend is powered by Angular is far…

7 years ago

jtwig template engine in a Spring Boot application

Separating the business logic from the presentation layer can save you a lot of headache during project maintenance. Unless the…

7 years ago

How to create a new Spring Boot Project

With Spring Initializr you can bootstrap a new Spring Boot application swiftly. Let's create a fresh project from scratch using…

7 years ago