spring-microservices-v2 icon indicating copy to clipboard operation
spring-microservices-v2 copied to clipboard

Microservices + Spring Boot 2 + Spring Cloud + Docker + Kubernetes - https://www.udemy.com/course/microservices-with-spring-boot-and-spring-cloud/. Latest Repo - http://github.com/in28minutes/spring-m...

Results 20 spring-microservices-v2 issues
Sort by recently updated
recently updated
newest added

Dear Colleague, We are looking to find ways to help developers find security misconfigurations, i.e., Kubernetes manifest configurations that violate security best practices for Kubernetes manifests. We have noticed an...

org.springframework.boot spring-boot-maven-plugin in28min/master-MS-${project.artifactId}:${project.version} IF_NOT_PRESENT The above configuration doesn't work. Had to google search a lot. Used older method to create docker image as below: com.spotify dockerfile-maven-plugin abcoolynr/${project.artifactId} ${project.version} target/${project.build.finalName}.jar default...

1) Response for localhost:8080/limits Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Sun Jul 04 23:57:43 IST 2021 There...

Hi @in28minutes, I manage to get all the services, naming-server, api-gateway, working together on the local machine. But when I try to run with docker I can't connect the two...

at org.springframework.cloud.commons.ConfigDataMissingEnvironmentPostProcessor.postProcessEnvironment(ConfigDataMissingEnvironmentPostProcessor.java:65) at org.springframework.boot.env.EnvironmentPostProcessorApplicationListener.onApplicationEnvironmentPreparedEvent(EnvironmentPostProcessorApplicationListener.java:102) at org.springframework.boot.env.EnvironmentPostProcessorApplicationListener.onApplicationEvent(EnvironmentPostProcessorApplicationListener.java:87) at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:131) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:82) at org.springframework.boot.SpringApplicationRunListeners.lambda$environmentPrepared$2(SpringApplicationRunListeners.java:63) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:117) at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:111) at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:62) at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:374) at org.springframework.boot.SpringApplication.run(SpringApplication.java:332)...

Dear Ranga, Can you please add few videos on hexagonal architecture as most companies are following this architecture. As your lectures are very well explained, I want to learn the...

Hi Team, I am working on step 6 . I am unable to connect my spring cloud server to local git repository. I keep getting below error: Solution which i...

Hi Ranga, I have developed similar docker based microservices application using Eureka, API Gateway. What would be the best approach to deploy it on AWS.

**Exception :-** main] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'tracingFilter' defined in class path resource [org/springframework/cloud/sleuth/autoconfig/instrument/web/TraceWebServletConfiguration$ServletConfiguration.class]: Unsatisfied dependency expressed through method 'tracingFilter'...

[INFO] > Running creator [INFO] [creator] ===> DETECTING [INFO] [creator] 5 of 18 buildpacks participating [INFO] [creator] paketo-buildpacks/ca-certificates 2.3.2 [INFO] [creator] paketo-buildpacks/bellsoft-liberica 8.1.2 [INFO] [creator] paketo-buildpacks/executable-jar 5.1.2 [INFO] [creator] paketo-buildpacks/dist-zip...