mobileAPI
mobileAPI copied to clipboard
REST API with Oauth2 using Springboot 2.2.X written in Kotlin
mobileAPI
REST API with OAuth2 using Springboot 2.2.X written in Kotlin
This repository is part of a series of tutorials:
- Part 1. First Controller
- Part 2. Securing with OAuth2
- Part 3. Adding a H2 database
- Part 4. Testing the API
- Part 5. Deploy on Heroku
Instructions
1 - Run the server
./gradlew bootRun
2 - Test the API
There is a postman configuration that you can import and start testing the web services.
Gradle tasks
./gradlew detekt //Code analysis.
./gradlew checkDependencyUpdates //Check dependency updates.