Make sure you have the following software installed:
-
Clone this repository to your local machine:
git clone https://github.com/fitiz/user-service.git
-
Clone this repository to your local machine:
cd user-service -
Clone this repository to your local machine:
./gradlew bootRun
Once the project is successfully running, you can visit the following URLs in your browser:
- Application: http://localhost:8080
- Actuator Endpoints: http://localhost:8080/actuator
-
Create a new feature branch:
git checkout -b new-feature
-
Commit your changes:
git commit -am 'Added a new feature' -
Push to the branch:
git push origin new-feature
-
Submit a pull request.
Please use google-java-format to formats Java source code to with Google Java Style:
https://github.com/google/google-java-format/tree/master