How to Build Spring 5 REST API with Embedded Tomcat without using Spring Boot

  • Post author:
  • Post category:Spring
  • Post comments:0 Comments
  • Post last modified:December 6, 2020

In the previous article, we have added logging support using the Logback logging framework. Now, we are going to add embedded tomcat to the Spring REST application without using Spring Boot. Let's…

Continue ReadingHow to Build Spring 5 REST API with Embedded Tomcat without using Spring Boot