Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConverterConfigurer not found #1

Closed
dpbinh opened this issue Sep 7, 2018 · 2 comments
Closed

ConverterConfigurer not found #1

dpbinh opened this issue Sep 7, 2018 · 2 comments

Comments

@dpbinh
Copy link

dpbinh commented Sep 7, 2018

class ConverterConfigurer not found in the package which is downloaded from maven repository
https://mvnrepository.com/artifact/com.github.rozidan/modelmapper-spring-boot-starter/1.0.0

@rozidan
Copy link
Owner

rozidan commented Sep 9, 2018

Hi, the ConverterConfigurer is exists in the 1.0.1-snapshot version.
Add the sonatype public repository
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/groups/public" }
...
}

@dpbinh
Copy link
Author

dpbinh commented Sep 10, 2018

thanks for your helps

@dpbinh dpbinh closed this as completed Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants