In this course, we will learn Microservices With Spring Boot and Spring Cloud on server side. In Client Side, we will learn Angular 7. Our project template goes on Github project so you can reach every component of project from Github repository. You know that Microservices is a popular topic for current years.
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of services that are
Highly maintainable and testable
Loosely coupled
Independently deployable
Organized around business capabilities.
The microservice architecture enables the continuous delivery/deployment of large, complex applications. It also enables an organization to evolve its technology stack.
Spring Cloud — which builds on top of Spring Boot, provides a set of features to quickly build microservices. It’s very smart to know how to get them working together, can quickly setup services, with minimal configurations.
Spring Boot
Spring Cloud
Spring Zuul
Spring Eureka
Angular 7
Spring Netflix service discovery
Client services
Server services
Cassandra
MySQL
Liquibase
NoSQL
Why did we choose Angular? Not Vue, React or other script languages?...
Angular provides MVC architecture, we will see the details of it...
Why did we choose different database solutions? Microservices support them?...
Spring Cloud Solutions: Spring Zuul, Eureka Discovery etc.
How does Spring security handle the secure connection? Basic Authentication or Bearer Authentication?
602
117
TAKE THIS COURSE