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

bugfix collector startup error can not find JdbcClient #1925

Merged
merged 1 commit into from
May 7, 2024

Conversation

tomsun28
Copy link
Contributor

@tomsun28 tomsun28 commented May 7, 2024

What's changed?

bugfix collector startup error can not find JdbcClient

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-05-07 14:00:38.497 [main] ERROR org.springframework.boot.SpringApplication Line:851 - Application run failed
java.lang.IllegalArgumentException: Could not find class [org.springframework.jdbc.core.simple.JdbcClient]
	at org.springframework.util.ClassUtils.resolveClassName(ClassUtils.java:355)
	at org.springframework.core.annotation.TypeMappedAnnotation.adapt(TypeMappedAnnotation.java:465)
	at org.springframework.core.annotation.TypeMappedAnnotation.getValue(TypeMappedAnnotation.java:390)

Checklist

  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

Add or update API

  • I have added the necessary e2e tests and all cases have passed.

@zqr10159 zqr10159 merged commit 7974d92 into master May 7, 2024
3 checks passed
@zqr10159 zqr10159 deleted the bugfix-collector branch May 7, 2024 09:56
xuziyang pushed a commit to xuziyang/hertzbeat that referenced this pull request May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants