Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
WebFlux-POC
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sridhar Pothanaveni
WebFlux-POC
Commits
6b91a734
Commit
6b91a734
authored
Nov 16, 2022
by
Sridhar Pothanaveni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README file added
parent
8b818383
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
README.md
README.md
+29
-0
No files found.
README.md
0 → 100644
View file @
6b91a734
# WebFlux-MongoDB Aggregations
Create project with Spring boot Webflux wit MongoDB database.
Implemented using webflux methods such as zip,zipWith,zipWhen,subscribe
=> Models 1.Student 2.Address 3.Subject
Employee End points:
1.
http://localhost:8080/student/create
2.
http://localhost:8080/student/create
3.
http://localhost:8080/student/update
4.
http://localhost:8080/student/getById/{studentId}
5.
http://localhost:8080/student/getAll
6.
http://localhost:8080/student/searchNames/{name}
7.
http://localhost:8080/student/searchNamesByOrder/{name}
8.
http://localhost:8080/student/searchNamesWithZip/{studentId}
9.
http://localhost:8080/student/getMapResults
10.
http://localhost:8080/student/getFlatMapResults
Address End Points:
1.
http://localhost:8080/address/create
2.
http://localhost:8080/address/getAll
Subjects End points:
1.
http://localhost:8080/subject/create
2.
http://localhost:8080/subject/getAll
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment