Sample project to test different usage of properties with Spring Boot.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Java 8
A step by step series of examples that tell you have to get a development env running
Say what the step will be
To build the application:
./gradlew clean build
To launch it:
./gradlew bootRun
End with an example of getting some data out of the system or using it for a little demo
To execute tests:
./gradlew cleanTests tests
- Spring Boot - Builder of production-ready Spring applications
- Gradle - Build tool and Dependency Management
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Yom Nwk - Initial work - nwkyom
This project is licensed under the MIT License - see the LICENSE.md file for details