Overview of the application
Last updated
Last updated
This is a simple Sprint Boot based Java application that is built using Maven. Sprint Boot dependencies are handled using the pom.xml at the root directory of the repository.
This is a MVC architecture based application where controller returns a page with title and message attributes to the view.
The repository for the application can be accessed from the following URL:
This is what the application looks like:
To execute the application locally, follow the below steps:
Clone the repository and move to the code directory:
Install JDK and Maven
Execute the Maven targets to generate the jar artifacts:
Run the application using the below command and access it on port 8080: