ddd-by-examples / library

A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
MIT License
4.92k stars 726 forks source link

fix building error - add pluginRepository for spring release. #69

Closed jklata closed 2 years ago

jklata commented 2 years ago

To avoid maven build error the pluginRepository had to be added in pom.xml.

Initial error Plugin org.springframework.boot:spring-boot-maven-plugin:2.2.0.M6 or one of its dependencies could not be resolved: org.springframework.boot:spring-boot-maven-plugin:jar:2.2.0.M6 was not found in https://repo1.maven.org/mave n2/ during a previous attempt.