VVVenkatesh Vemanainvenkateshvemana.hashnode.dev·Apr 30, 2023 · 4 min readOAuth2 Login Using Spring Boot and Spring SecurityGetting started with creating a spring boot project using a spring initializer Now let's create a spring boot project with the help of Spring initializer by adding Spring Web and OAuth2 Client as Dependencies as mentioned below and here we are using...00
VVVenkatesh Vemanainvenkateshvemana.hashnode.dev·Apr 26, 2023 · 2 min readDeploying a Spring Boot Application in DockerDeploying a Spring Boot application in Docker is a great way to package your application and its dependencies into a container that can be deployed to any environment. Here’s a brief overview of the steps involved: Create a Dockerfile — A Dockerfile...00