Torrent Downloads » Other » [ DevCourseWeb com ] Udemy - Learn Microservices using Spring boot with Mongo Database
Other
[ DevCourseWeb com ] Udemy - Learn Microservices using Spring boot with Mongo Database
Torrent info
Name:[ DevCourseWeb com ] Udemy - Learn Microservices using Spring boot with Mongo Database
Infohash: DDBC10D6BE0B39F1EB11EDF939C0A1E9B2C433F1
Total Size: 2.17 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 1
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2026-01-22 14:24:52 (Update Now)
Torrent added: 2022-02-28 22:00:11
Alternatives:[ DevCourseWeb com ] Udemy - Learn Microservices using Spring boot with Mongo Database Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 2.17 GB) (Files: 235)
Get Bonus Downloads Here.url
~Get Your Files Here !
1. Introduction
1. Introduction to Microservices.mp4
1.1 Micro-services-Introduction.pptx
2. Microservices-Architecture.mp4
2. Environment Setup
1. Environment Setup - Java installation.mp4
2. Environment Setup - Java is not recognized.mp4
2.1 java' is not recognized as an internal.pptx
3. Environment Setup - Spring tool suit.mp4
4. Environment Setup- Postman.mp4
5. Environment Setup - Mongo DB.mp4
6. Environment Setup - Mysql.mp4
7. Downloadable links for required software setup.html
3. Microservice REST based CRUD operations using Spring Boot and MongoDB
1. Microservice How to add student details into MongoDb using Microservice.mp4
2. How to delete record from mongo db using microservice.mp4
3. How to update student details in mongo db using microservices.mp4
4. Retrieve student details from MongoDb using microservice.mp4
student
HELP.md
classpath
gitignore
mvn
wrapper
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
example
student
StudentApplication.java
controller
StudentController.java
repository
Student.java
StudentRepository.java
vo
Student.java
StudentRepository.java
resources
application.properties
test
java
com
example
student
StudentApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.example
student
pom.properties
pom.xml
application.properties
com
example
student
StudentApplication.class
controller
StudentController.class
repository
Student.class
StudentRepository.class
vo
Student.class
StudentRepository.class
test-classes
com
example
student
StudentApplicationTests.class
4. About Spring Cloud API Gateway & Eureka Server & Integration with microservices
1. Spring Cloud API Gateway & Eureka Server & Architecture and Integration with MS.mp4
1.3 Spring boot microservices-API-Gateway-and Eureka server and client.pptx
2. Microservices-Integration-with-EurekaServer.mp4
3. Microservices-Integration-with-Api-Gateway.mp4
Account-Management
HELP.md
classpath
gitignore
mvn
wrapper
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
example
AccountManagement
AccountManagementApplication.java
controller
AccountController.java
resources
application.properties
test
java
com
example
AccountManagement
AccountManagementApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.example
Account-Management
pom.properties
pom.xml
application.properties
com
example
AccountManagement
AccountManagementApplication.class
controller
AccountController.class
test-classes
com
example
AccountManagement
AccountManagementApplicationTests.class
Search-Student
HELP.md
classpath
gitignore
mvn
wrapper
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
example
SearchStudent
SearchStudentApplication.java
SearchStudentController.java
resources
application.properties
test
java
com
example
SearchStudent
SearchStudentApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.example
Search-Student
pom.properties
pom.xml
application.properties
com
example
SearchStudent
SearchStudentApplication.class
SearchStudentController.class
test-classes
com
example
SearchStudent
SearchStudentApplicationTests.class
Student-details
HELP.md
classpath
gitignore
mvn
wrapper
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
example
Studentdetails
StudentDetailsApplication.java
controller
StudentController.java
resources
application.properties
test
java
com
example
Studentdetails
StudentDetailsApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.example
Student-details
pom.properties
pom.xml
application.properties
com
example
Studentdetails
StudentDetailsApplication.class
controller
StudentController.class
test-classes
com
example
Studentdetails
StudentDetailsApplicationTests.class
eureka-discovery-client
HELP.md
classpath
gitignore
mvn
wrapper
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
example
eurekadiscoveryclient
EurekaDiscoveryClientApplication.java
resources
application.properties
test
java
com
example
eurekadiscoveryclient
EurekaDiscoveryClientApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.example
eureka-discovery-client
pom.properties
pom.xml
application.properties
com
example
eurekadiscoveryclient
EurekaDiscoveryClientApplication.class
test-classes
com
example
eurekadiscoveryclient
EurekaDiscoveryClientApplicationTests.class
spcloud-gateway
HELP.md
classpath
gitignore
mvn
wrapper
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
example
spcloudgateway
SpcloudGatewayApplication.java
resources
application.properties
test
java
com
example
spcloudgateway
SpcloudGatewayApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.example
spcloud-gateway
pom.properties
pom.xml
application.properties
com
example
spcloudgateway
SpcloudGatewayApplication.class
test-classes
com
example
spcloudgateway
SpcloudGatewayApplicationTests.class
5. Spring-Cloud-OpenFeign
1. Spring-Cloud-OpenFeign- Introduction.mp4
1.1 Spring-Cloud-Open Feign.pptx
2. Open Feign Configuration with Eureka Client.mp4
3. OpenFeign-Client Communication with Server.mp4
4. OpenFeign-Communicaiton-with-Server-Add-record.mp4
5. OpenFeign-Communication-with-Server-Retrieve-Student-Details-List.mp4
6. OpenFeign-Communication-With-Server-Delete-Record.mp4
7. OpenFeign-Communication-With-Server-Update-Student-Details.mp4
FeignExample
HELP.md
classpath
factorypath
gitignore
mvn
wrapper
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
example
FeignExample
FeignExampleApplication.java
controller
UserController.java
userclient
UserClient.java
vo
Student.java
resources
application.properties
test
java
com
example
FeignExample
FeignExampleApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.example
FeignExample
pom.properties
pom.xml
application.properties
com
example
FeignExample
FeignExampleApplication.class
controller
UserController.class
userclient
UserClient.class
vo
Student.class
test-classes
com
example
FeignExample
FeignExampleApplicationTests.class
Student-details
HELP.md
classpath
gitignore
mvn
wrapper
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
example
Studentdetails
StudentDetailsApplication.java
controller
StudentController.java
vo
Student.java
StudentRepository.java
resources
application.properties
test
java
com
example
Studentdetails
StudentDetailsApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.example
Student-details
pom.properties
pom.xml
application.properties
com
example
Studentdetails
StudentDetailsApplication.class
controller
StudentController.class
vo
Student.class
StudentRepository.class
test-classes
com
example
Studentdetails
StudentDetailsApplicationTests.class
6. Swagger
1. About Swagger.mp4
1.1 Swagger-doc.pptx
2. Swagger document creation.mp4
2.1 student.zip
student
HELP.md
classpath
gitignore
mvn
wrapper
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
example
student
StudentApplication.java
controller
StudentController.java
repository
Student.java
StudentRepository.java
vo
Student.java
StudentRepository.java
resources
application.properties
test
java
com
example
student
StudentApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.example
student
pom.properties
pom.xml
application.properties
com
example
student
StudentApplication.class
controller
StudentController.class
vo
Student.class
StudentRepository.class
test-classes
com
example
student
StudentApplicationTests.class
7. Spring Cloud Load Balancer or Client Side Load Balancer
1. Introduction-Spring Cloud Load Balancer Or Client side load balancing.mp4
1.1 Spring boot microservices-Spring-Cloud-Loadbalancer-Client-with-Feign-Client.pptx
2. Spring-Cloud-Load-Balancing at Client side..mp4
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Udemy - Learn Microservices using Spring boot with Mongo Database Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size





