/java-reactive-rest-service

Reactive Rest Service with Java and Spring Boot

Primary LanguageJava

Reactive REST Service with Java + Spring Boot

This repository is to showcase Reactive REST Service using Java and Spring Boot.

Github Actions Build status

Build Status

Required Softwares, Tools and Version

  • Java JDK Version: 17
  • Gradle Version: 7
  • Git Client: Any latest version
  • Docker: Any latest version
  • Integrated Development Environment: Any version of IntelliJ Idea or Eclipse

Running the build

./gradlew clean build

Running the application using build tool

./gradlew runLocal

Run the sample application using java

./gradlew clean assemble

java -jar build/libs/java-reactive-rest-service.jar 

Update dependencies to latest version

./gradlew useLatestVersions