Microservices-With-Spring-Student-Files
Microservices-With-Spring-Student-Files copied to clipboard
Student Files for Microservices with Spring course
Bumps ant from 1.9.3 to 1.10.11. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps ant from 1.9.3 to 1.10.11. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps ant from 1.9.3 to 1.10.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
It was a typo where you explain which dependencies we need to add for using `zuul`. In your version, you write `spring-cloud-config-client` but we have to use `spring-cloud-starter-config` as we...
I just finished the Udemy course Microservices with Spring. I really like it. I created this PR not with the intention to be merged just to share: - I updated...
I was unable to run lab4 guide with latest spring boot atm(2.2.1.RELEASE) and java 11. Even if I add jaxb dependencies here is the cause > ...Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error...
Hi, Following the instructions for Lab-4, I run into the bellow error. Tried adding the dependency package where the class is located without luck. ``` org.springframework.cloud spring-cloud-commons ``` Any ideas?...
2019-09-30 12:21:02.878 INFO 17924 --- [nio-8020-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 21 ms Service URThttp://9.199.43.31:57161 2019-09-30 12:21:02.968 ERROR 17924 --- [nio-8020-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in...