Torrent Downloads » Other » [ FreeCourseWeb com ] Udemy - Jump-Start Microservices on Spring Boot and Spring Cloud
Other
[ FreeCourseWeb com ] Udemy - Jump-Start Microservices on Spring Boot and Spring Cloud
Torrent info
Name:[ FreeCourseWeb com ] Udemy - Jump-Start Microservices on Spring Boot and Spring Cloud
Infohash: 75BA43014DA82F29BCCE423948E19F020716AC54
Total Size: 1.47 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2026-01-09 04:43:39 (Update Now)
Torrent added: 2021-07-28 02:09:33
Alternatives:[ FreeCourseWeb com ] Udemy - Jump-Start Microservices on Spring Boot and Spring Cloud Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 1.47 GB) (Files: 356)
Get Bonus Downloads Here.url
~Get Your Files Here !
01 Introduction to Microservices Architecture
001 What is a Monolithic Application_.en.srt
001 What is a Monolithic Application_.mp4
002 How does a Monolithic Application work_.en.srt
002 How does a Monolithic Application work_.mp4
003 What is SOA and Microservices Architecture_.en.srt
003 What is SOA and Microservices Architecture_.mp4
004 Benefits of MS Architecture.en.srt
004 Benefits of MS Architecture.mp4
005 What are the Challenges of Microservices_.en.srt
005 What are the Challenges of Microservices_.mp4
006 How do we address the challenges of Microservices_.en.srt
006 How do we address the challenges of Microservices_.mp4
02 Creating Microservices using Spring Boot
001 Spring Boot features.en.srt
001 Spring Boot features.mp4
002 Installing STS plugin or IDE.en.srt
002 Installing STS plugin or IDE.mp4
003 Creating a Spring Boot Application using STS.en.srt
003 Creating a Spring Boot Application using STS.mp4
03 Docker Fundamentals
001 Introduction to Docker.en.srt
001 Introduction to Docker.mp4
002 Docker Introduction Contd.en.srt
002 Docker Introduction Contd.mp4
003 Docker Installation.en.srt
003 Docker Installation.mp4
004 Docker Dashboard and CLI.en.srt
004 Docker Dashboard and CLI.mp4
005 Create a Spring Boot Project to test Docker.en.srt
005 Create a Spring Boot Project to test Docker.mp4
006 Build Project using Docker.en.srt
006 Build Project using Docker.mp4
007 Running the project using Docker.en.srt
007 Running the project using Docker.mp4
008 Push and Pull Images using Docker.en.srt
008 Push and Pull Images using Docker.mp4
DockerDemo
HELP.md
classpath
dockerfile
gitignore
mvn
wrapper
MavenWrapperDownloader.java
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
training
DockerDemoApplication.java
controllers
TestController.java
resources
application.properties
test
java
com
training
DockerDemoApplicationTests.java
target
DockerDemo-0.0.1-SNAPSHOT.jar
DockerDemo-0.0.1-SNAPSHOT.jar.original
classes
META-INF
MANIFEST.MF
maven
com.training
DockerDemo
pom.properties
pom.xml
application.properties
com
training
DockerDemoApplication.class
controllers
TestController.class
maven-archiver
pom.properties
maven-status
maven-compiler-plugin
compile
default-compile
createdFiles.lst
inputFiles.lst
testCompile
default-testCompile
createdFiles.lst
inputFiles.lst
surefire-reports
TEST-com.training.DockerDemoApplicationTests.xml
com.training.DockerDemoApplicationTests.txt
test-classes
com
training
DockerDemoApplicationTests.class
04 Spring Cloud Config
001 Spring Cloud Config Introduction.en.srt
001 Spring Cloud Config Introduction.mp4
002 Steps to create and implement Spring Cloud Config Server and Client.en.srt
002 Steps to create and implement Spring Cloud Config Server and Client.mp4
003 Creating a Cloud Config Server Application.en.srt
003 Creating a Cloud Config Server Application.mp4
004 Adding configuration to Spring Config Server.en.srt
004 Adding configuration to Spring Config Server.mp4
005 Creating Cloud Config Client.en.srt
005 Creating Cloud Config Client.mp4
006 Cloud config implementation.en.srt
006 Cloud config implementation.mp4
007 installing and initialize Git as local repository.en.srt
007 installing and initialize Git as local repository.mp4
008 Client Refresh.en.srt
008 Client Refresh.mp4
009 Creating a Remote GIT Repository.en.srt
009 Creating a Remote GIT Repository.mp4
010 Remote GIT repo Contd.en.srt
010 Remote GIT repo Contd.mp4
SpringCloudDemoConfigClient
HELP.md
classpath
gitignore
mvn
wrapper
MavenWrapperDownloader.java
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
training
Config.java
MyController.java
SpringCloudDemoConfigClientApplication.java
resources
application.properties
bootstrap.properties
test
java
com
training
SpringCloudDemoConfigClientApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.training
SpringCloudDemoConfigClient
pom.properties
pom.xml
application.properties
bootstrap.properties
com
training
Config.class
MyController.class
SpringCloudDemoConfigClientApplication.class
test-classes
com
training
SpringCloudDemoConfigClientApplicationTests.class
SpringCloudDemoConfigServer
HELP.md
classpath
gitignore
mvn
wrapper
MavenWrapperDownloader.java
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
training
Config.java
SpringCloudDemoConfigServerApplication.java
resources
application.properties
bootstrap.properties
dev-application.properties
test
java
com
training
SpringCloudDemoConfigServerApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.training
SpringCloudDemoConfigServer
pom.properties
pom.xml
application.properties
bootstrap.properties
com
training
Config.class
SpringCloudDemoConfigServerApplication.class
dev-application.properties
test-classes
com
training
SpringCloudDemoConfigServerApplicationTests.class
05 Using some of the Netflix OSS patterns in Microservices Architecture
001 REST Producer and Consumer Introduction.en.srt
001 REST Producer and Consumer Introduction.mp4
002 Creating a Producer Service Application.en.srt
002 Creating a Producer Service Application.mp4
003 Creating a REST Controller.en.srt
003 Creating a REST Controller.mp4
004 Creating a Service Layer for Producer Application.en.srt
004 Creating a Service Layer for Producer Application.mp4
005 Running H2 Database and DB table creation.en.srt
005 Running H2 Database and DB table creation.mp4
006 Creating a JPA Repository.en.srt
006 Creating a JPA Repository.mp4
007 FindById method in JPA Repository.en.srt
007 FindById method in JPA Repository.mp4
008 Creating a Consumer Service.en.srt
008 Creating a Consumer Service.mp4
009 Consumer service calling the Producer service using RestTemplate.en.srt
009 Consumer service calling the Producer service using RestTemplate.mp4
010 Feign Pattern Introduction.en.srt
010 Feign Pattern Introduction.mp4
011 Creating a consumer service using Feign.en.srt
011 Creating a consumer service using Feign.mp4
012 Creating a Feign Client Interface.en.srt
012 Creating a Feign Client Interface.mp4
013 Calling Producer Service using Feign Client.en.srt
013 Calling Producer Service using Feign Client.mp4
014 Adding a new port to run Producer.en.srt
014 Adding a new port to run Producer.mp4
015 Running the Producer in different ports.en.srt
015 Running the Producer in different ports.mp4
016 Client Side Balancing using Ribbon Pattern in Consumer.en.srt
016 Client Side Balancing using Ribbon Pattern in Consumer.mp4
017 What is Zuul OFSS pattern_.en.srt
017 What is Zuul OFSS pattern_.mp4
018 Hystrix tool as a Circuit Breaker.en.srt
018 Hystrix tool as a Circuit Breaker.mp4
019 Creating application for Zuul and Hystrix.en.srt
019 Creating application for Zuul and Hystrix.mp4
020 Calling Producer Service without Hystrix.en.srt
020 Calling Producer Service without Hystrix.mp4
021 Adding a Fallback to handle Fault using Hystrix.en.srt
021 Adding a Fallback to handle Fault using Hystrix.mp4
022 Creating a Zuul Filter.en.srt
022 Creating a Zuul Filter.mp4
023 Zuul as API gateway.en.srt
023 Zuul as API gateway.mp4
BookConsumerService
HELP.md
classpath
factorypath
gitignore
mvn
wrapper
MavenWrapperDownloader.java
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
training
BookConsumerServiceApplication.java
controllers
BookConsumerController.java
entity
Book.java
resources
application.properties
test
java
com
training
BookConsumerServiceApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.training
BookConsumerService
pom.properties
pom.xml
application.properties
test-classes
com
training
BookConsumerServiceApplicationTests.class
BookConsumerService_feign
HELP.md
classpath
gitignore
mvn
wrapper
MavenWrapperDownloader.java
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
training
BookConsumerServiceFeignApplication.java
controllers
BookFeignController.java
entity
Book.java
interfaces
BookFeignClient.java
resources
application.properties
test
java
com
training
BookConsumerServiceFeignApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.training
BookConsumerService_feign
pom.properties
pom.xml
application.properties
com
training
BookConsumerServiceFeignApplication.class
controllers
BookFeignController.class
entity
Book.class
interfaces
BookFeignClient.class
test-classes
com
training
BookConsumerServiceFeignApplicationTests.class
BookProducerService
HELP.md
classpath
dockerfile
factorypath
gitignore
mvn
wrapper
MavenWrapperDownloader.java
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
controllers
BookController.java
entity
Book.java
repo
BookRepo.java
services
BookService.java
resources
application.properties
com
training
BookProducerServiceApplication.java
data.sql
test
java
com
training
BookProducerServiceApplicationTests.java
target
BookProducerService-0.0.1-SNAPSHOT.jar
BookProducerService-0.0.1-SNAPSHOT.jar.original
classes
META-INF
MANIFEST.MF
maven
com.training
BookProducerService
pom.properties
pom.xml
application.properties
com
training
BookProducerServiceApplication.java
data.sql
maven-archiver
pom.properties
maven-status
maven-compiler-plugin
compile
default-compile
createdFiles.lst
inputFiles.lst
testCompile
default-testCompile
createdFiles.lst
inputFiles.lst
surefire-reports
TEST-com.training.BookProducerServiceApplicationTests.xml
com.training.BookProducerServiceApplicationTests.txt
BookProducerService_mysql
HELP.md
classpath
gitignore
mvn
wrapper
MavenWrapperDownloader.java
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
training
BookProducerServiceMysqlApplication.java
controllers
BookController.java
entity
Book.java
repo
BookRepo.java
services
BookService.java
resources
application.properties
data.sql
test
java
com
training
BookProducerServiceMysqlApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.training
BookProducerService_mysql
pom.properties
pom.xml
application.properties
com
training
BookProducerServiceMysqlApplication.class
controllers
BookController.class
entity
Book.class
repo
BookRepo.class
services
BookService.class
data.sql
test-classes
com
training
BookProducerServiceMysqlApplicationTests.class
Zuul_hysterix_Demo
HELP.md
classpath
gitignore
mvn
wrapper
MavenWrapperDownloader.java
maven-wrapper.jar
maven-wrapper.properties
mvnw
mvnw.cmd
pom.xml
project
src
main
java
com
training
ZuulHysterixDemoApplication.java
controllers
BookConsumerController.java
entity
Book.java
filters
SimpleFilter.java
resources
application.properties
test
java
com
training
ZuulHysterixDemoApplicationTests.java
target
classes
META-INF
MANIFEST.MF
maven
com.training
Zuul_hysterix_Demo
pom.properties
pom.xml
application.properties
com
training
ZuulHysterixDemoApplication.class
controllers
BookConsumerController.class
entity
Book.class
filters
SimpleFilter.class
test-classes
com
training
ZuulHysterixDemoApplicationTests.class
06 Eureka Naming and Discovery Server
001 Eureka Introduction.en.srt
001 Eureka Introduction.mp4
002 Creating an Eureka Server Application.en.srt
002 Creating an Eureka Server Application.mp4
003 Creating and testing an Eureka Client.en.srt
003 Creating and testing an Eureka Client.mp4
004 Registering a Producer with Eureka Server.en.srt
004 Registering a Producer with Eureka Server.mp4
005 Registering a Producer with Eureka Server Contd.en.srt
005 Registering a Producer with Eureka Server Contd.mp4
006 Client Side Load Balancing using Ribbon,Feign and Eureka Service Discovery.en.srt
006 Client Side Load Balancing using Ribbon,Feign and Eureka Service Discovery.mp4
07 Spring Cloud Gateway
001 Introduction to Spring Cloud Gateway.en.srt
001 Introduction to Spring Cloud Gateway.mp4
002 Creating a Spring Cloud Gateway Application.en.srt
002 Creating a Spring Cloud Gateway Application.mp4
003 Testing Gateway service by sending headers.en.srt
003 Testing Gateway service by sending headers.mp4
004 Creating a Custom Filter.en.srt
004 Creating a Custom Filter.mp4
005 Running the Custom Filter.en.srt
005 Running the Custom Filter.mp4
006 Creating a Global FIlter.en.srt
006 Creating a Global FIlter.mp4
007 Running the Global Filter.en.srt
007 Running the Global Filter.mp4
08 Circuit Breaker using Resilience4J
001 Introduction to Reslience4J.en.srt
001 Introduction to Reslience4J.mp4
002 Executing the application.en.srt
002 Executing the application.mp4
09 Spring Cloud Authorization using Oauth2 Cloud
001 Introduction to Oauth2 with Git Hub as the Third party.en.srt
001 Introduction to Oauth2 with Git Hub as the Third party.mp4
002 Creating an application with Oauth Cloud.en.srt
002 Creating an application with Oauth Cloud.mp4
003 Registering the application with GIT Hub.en.srt
003 Registering the application with GIT Hub.mp4
004 Executing the application.en.srt
004 Executing the application.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 [ FreeCourseWeb com ] Udemy - Jump-Start Microservices on Spring Boot and Spring Cloud 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






