Create a Standalone Spring Boot Application with ApplicationRunner
Hello Friends!, today we are going to learn a step-by-step process to create a standalone Spring Boot application without spring MVC. we can create a Spring Boot standalone application using CommandLineRunner or ApplicationRunner Interface. in this post we are going to use ApplicationRunner Interface. please check our post Create a Standalone Spring Boot Application with … Read more