Skip to content

Vinoth5595/spring-boot-multi-module-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Multi Module Application

The purpose of using multi module application is to create a re-usable library and then used that library to build an application.

To Build the Spring Boot Application : Right Click on the Main Project (spring-boot-multi-module-app) -> Run As -> Maven Build...(configure with "clean install" in goals), then Apply & Run.

To Run the Spring Boot Application : Right Click on the Application Module (application) -> Run As -> Spring Boot App

Access your application endpoint by using the URL: http://localhost:8080/customer/100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages