09 dezembro 2021

Microservices Using Spring Boot and Spring Cloud #1


Text Source: AmigosCode
In this series I will teach you how to build microservices with spring boot, spring cloud and kubernetes. In this first video I will give the microservices architecture overview and will build one microservice that connects to its own database running on docker.

25 novembro 2021

Spring Security | FULL COURSE


Text Source: AmigosCode
Spring Security is a powerful and highly customisable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications. Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. Like all Spring projects, the real power of Spring Security is found in how easily it can be extended to meet custom requirements In this full course you will learn everything in detail about Spring Security. Before you begin this course you need to at least have a basic knowledge about Java and Spring Boot.
👉🏾Download repo here: http://bit.ly/2PujUEn or git clone git@github.com:amigoscode/spring-boot-security-course.git 👉🏾Full course also available here: https://amigoscode.com/courses/spring... 👉🏾Join private Facebook group: http://bit.ly/2FbuIkx


Other info

17 fevereiro 2021

WebArticle - Building a RESTful Web Service with Spring Boot Actuator

Tools:

STEPS:
  1. Starting with Spring Initializr
  2. Run the Empty Service
  3. Create a Representation Class
  4. Create a Resource Controller
  5. Run the Application




Source: spring.io