Dockerized SpringBoot oAuth2 with Spring Cloud Gateway
I have a little project with 3 micro-services on of those service is the security one that implements Spring Security
Continue readingDocker questions and answers
I have a little project with 3 micro-services on of those service is the security one that implements Spring Security
Continue readingI have 2 Spring boot application running in docker. The both application connects to a Postgres database running in another
Continue readingI am trying to dockerize my spring boot and mongo. This is my application.yml spring: application: name: service-app data: mongodb:
Continue readingI’m running a Spring REST application inside a docker container. I have a function inside a Spring controller for saving
Continue readingMy Spring Boot container cannot connect to my redis container. Here is the error I get from Spring Boot :
Continue readingI have a spring boot application and I am consuming external soap service and I have requirement to put the
Continue readingI have Spring boot web application with a Postgres database. I created docker-compose file version: ‘3.1’ services: app: container_name: springboot-postgresql
Continue readingI have an helm-chart that references sftp key string: apiVersion: v1 kind: Pod metadata: name: envar-demo labels: purpose: demonstrate-envars spec:
Continue readingI’m dockerizing some Spring Boot applications and with Gradle, it works great to change the ports. But with Maven I
Continue readingi’m new to Dockers,i want my spring application to access MySQL db from container but i don’t know how to
Continue reading