Skip to content

This project has been developed with Spring Boot, Spring Reactive Web, Spring Data Reactive MongoDB and Lombok

Notifications You must be signed in to change notification settings

eduardo-rdguez/spring-reactive

Repository files navigation

Welcome to spring-reactive 🚀

Version Documentation

This project has been developed with Spring Boot, Spring Reactive Web, Spring Data Reactive MongoDB and Lombok.

Specs

  • Java 8
  • Gradle 7.5.1
  • Spring Boot 2.7.6

MongoDB server

  • Run service with docker-compose -f docker-compose.yml up --build
  • Stops and removes containers with docker-compose down --rmi all -v

Run spring app

  • Runs this project as a Spring Boot application with ./gradlew bootRun

Run angular app

To start your server:

  • Install dependencies with npm install
  • Start angular app with ng serve

Now you can visit http://localhost:4200/words from your browser.

JMeter

You can view the test results with ./jmeter.sh -n -t "spring-reactive.jmx" -l "spring-reactive.csv" -e -o "./spring-reactive-results or executing spring-reactive.jmx with JMeter in GUI mode.

Learn more

Author