You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
Starter seems to have compatibility issues with current Spring Boot and Spring Cloud.
Trying to solve them on my second try following devon microservices guide
a) devonfw-version is expression, should be constant:
[WARNING] 'version' contains an expression but should be a constant. @ com.capgemini.devonfw:devonfw-bom:${devonfw.version}, C:\DevonOO\workspaces\microservice-fork.ws\devon\bom\pom.xml, line 12
...
when doing
mvn --projects bom,modules/microservices/microservices,modules/microservices/microservice-archetype,modules/microservices/microservice-infra-archetype --also-make install
b) ClassNotFoundException: org.springframework.boot.context.embedded.FilterRegistrationBean and similar