This is a sample project to demonstrate how to build a Restful WebService using Spring Boot MVC framework.
Download the project and execute
mvn:spring-boot:run
This will start Tomcat on localhost 8080 port.
In order to change port number, you can modify the application.properties file in resources.
Open a browser and navigate to:
http://localhost:8080/getPassword
This generates a random password with default length 8.
Other Examples:
http://localhost:8080/getPassword?length=10
For further reference, please consider the following sections:
The following guides illustrate how to use some features concretely: