sample-spring-microservices-advanced
sample-spring-microservices-advanced copied to clipboard
More advanced samples of spring boot and spring cloud microservices showing usage of such tools like api Swagger2 on Zuul, integraction with MongoDB, configuration server, testing with Spring Cloud Co...
I have created gateway proxy using Zuul. It redirects the traffic to Service1 and Service2 ``` public class SwaggerAggregatorController implements SwaggerResourcesProvider { @Override public List get() { List resources= new...
While building the project I am getting below error ``` Caused by: org.apache.maven.plugin.PluginContainerException: A required class was missing while executing org.springframework.boot:spring-boot-maven-plugin:1.5.4.RELEASE:repackage: org/springframework/core/io/support/SpringFactoriesLoader ----------------------------------------------------- realm = plugin>org.springframework.boot:spring-boot-maven-plugin:1.5.4.RELEASE strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy urls[0]...
I am getting below error while building the code - ``` [ERROR] [ERROR] Some problems were encountered while processing the POMs: [WARNING] 'parent.relativePath' of POM pl.piomin:discovery-service:[unknown-version] (C:\MicroServices_Projects\sample-spring-microservices-advanced\discovery-service\pom.xml) points at pl.piomin:sample-spring-microservices-advanced...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/piomin/sample-spring-microservices-advanced). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | mongo | major | `7.0` -> `8.0` | --- > [!WARNING] > Some dependencies could...
Response to chat from issue comment
Maige find Spring Boot test classes in the code and improve those tests
…ent entities ## Summary by CodeRabbit - **Tests** - Improved test coverage for account, customer, and product services by adding new tests for non-existent entries. - Enhanced existing tests with...