-
Notifications
You must be signed in to change notification settings - Fork 129
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
Spring: Application run failed #296
Comments
Hi @droni1234, thanks for using our client, We will take a look. Regards |
Hey got some updates for you. I got it almost running when exlcuding the
application.properties
application.yaml Unfortunately I received a different error after that one.
Console Output Nevertheless I was able to get it up running when using Version 3.4.0 of the client. |
Hi @droni1234, thanks for using our client.
The client actually depends on
It looks like same problem as is mentioned in #290 Regards. |
Hi @bednar
So I had to include spring component "actuator" in pom.xml to solve the issue, but I think it is not a reasonable way:
There is nothing about "how to use influxdb-spring without spring-boot-actuator." in the README.md, can you please explain how to do this? Import "spring-boot-actuator-autoconfigure" in pom.xml, or another better way? Thank you very much. |
Hi @rts-gordon, which version of the Regards |
Hi @bednar Regards |
Hi @bednar Regards |
@rts-gordon It looks like problem without your classpath not the client. The |
Sure, my program dependency as follows:
|
@rts-gordon The client |
@bednar If the dependency "spring-boot-actuator-autoconfigure" in pom.xml is necessary, I think it would be better to write in README file or develop document. |
Faced the same issue. README does not mention the requirement for spring-boot-actuator-autoconfigure. |
@flortsch, I will update README during migration to Spring Boot v3 |
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Spring boots up.
And query works as expected.
Actual behavior:
Spring fails to boot up
Describe What actually happened.
Specifications:
The text was updated successfully, but these errors were encountered: