We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The projects fails to build on
./mvnw clean install
Following are the steps I have tried:
In minimal/Dockerfile, frolvlad/alpine-oraclejdk8:slim docker doesn't exist so changed it to FROM frolvlad/alpine-java:jdk8-slim.
In alt/pom.xml, artifact spring-boot-devtools , 2.0.0.BUILD-SNAPSHOT is not resolved so changed it to 2.0.0.RELEASE .
I am still getting errors
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties': Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils.qualifiedBeansOfType(Lorg/springframework/beans/factory/ListableBeanFactory;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/Map; Caused by: java.lang.NoSuchMethodError: org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils.qualifiedBeansOfType(Lorg/springframework/beans/factory/ListableBeanFactory;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/Map;
Please let me know how to fix this or if I am doing something wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The projects fails to build on
./mvnw clean install
Following are the steps I have tried:
In minimal/Dockerfile, frolvlad/alpine-oraclejdk8:slim docker doesn't exist so changed it to FROM frolvlad/alpine-java:jdk8-slim.
In alt/pom.xml, artifact spring-boot-devtools , 2.0.0.BUILD-SNAPSHOT is not resolved so changed it to 2.0.0.RELEASE .
I am still getting errors
Please let me know how to fix this or if I am doing something wrong.
The text was updated successfully, but these errors were encountered: