MCPcopy Index your code
hub / github.com/dilipsundarraj1/reactive-spring-webflux

github.com/dilipsundarraj1/reactive-spring-webflux @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
32 symbols 52 edges 19 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

reactive-spring-webflux

Spring Webflux

Install Mongo DB in MAC

  • Run the below command to install the MongoDB.
brew services stop mongodb
brew uninstall mongodb

brew tap mongodb/brew
brew install mongodb-community
  • How to restart MongoDB in your local machine.
brew services restart mongodb-community

Install Mongo DB in Windows

  • Follow the steps in the below link to install Mongo db in Windows.

https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/

Core symbols most depended-on inside this repo

main
called by 0
movies-review-service/src/main/java/com/reactivespring/MoviesReviewServiceApplication.java
ReviewNotFoundException
called by 0
movies-review-service/src/main/java/com/reactivespring/exception/ReviewNotFoundException.java
ReviewDataException
called by 0
movies-review-service/src/main/java/com/reactivespring/exception/ReviewDataException.java
main
called by 0
movies-service/src/main/java/com/reactivespring/MoviesServiceApplication.java
ReviewsClientException
called by 0
movies-service/src/main/java/com/reactivespring/exception/ReviewsClientException.java
MoviesInfoClientException
called by 0
movies-service/src/main/java/com/reactivespring/exception/MoviesInfoClientException.java
getMessage
called by 0
movies-service/src/main/java/com/reactivespring/exception/MoviesInfoClientException.java
setMessage
called by 0
movies-service/src/main/java/com/reactivespring/exception/MoviesInfoClientException.java

Shape

Class 19
Method 13

Languages

Java100%

Modules by API surface

movies-service/src/main/java/com/reactivespring/exception/MoviesInfoClientException.java6 symbols
movies-service/src/main/java/com/reactivespring/exception/ReviewsServerException.java2 symbols
movies-service/src/main/java/com/reactivespring/exception/ReviewsClientException.java2 symbols
movies-service/src/main/java/com/reactivespring/exception/MoviesInfoServerException.java2 symbols
movies-service/src/main/java/com/reactivespring/MoviesServiceApplication.java2 symbols
movies-review-service/src/test/java/com/reactivespring/MoviesReviewServiceApplicationTests.java2 symbols
movies-review-service/src/main/java/com/reactivespring/exception/ReviewNotFoundException.java2 symbols
movies-review-service/src/main/java/com/reactivespring/exception/ReviewDataException.java2 symbols
movies-review-service/src/main/java/com/reactivespring/MoviesReviewServiceApplication.java2 symbols
reactive-programming-using-reactor/src/test/java/com/learnreactiveprogramming/service/FluxAndMonoGeneratorServiceTest.java1 symbols
reactive-programming-using-reactor/src/main/java/com/learnreactiveprogramming/service/FluxAndMonoGeneratorService.java1 symbols
movies-service/src/test/java/unit/com/reactivespring/controller/MoviesControllerUnitTest.java1 symbols

For agents

$ claude mcp add reactive-spring-webflux \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page