pengsuwei opened a new issue, #10153:
URL: https://github.com/apache/dubbo/issues/10153
Exception in thread "main" java.lang.NoClassDefFoundError:
org/springframework/core/metrics/ApplicationStartup
at
org.springframework.boot.SpringApplication.<init>(SpringApplication.java:227)
at
org.springframework.boot.SpringApplication.<init>(SpringApplication.java:240)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1290)
at com.hihonor.ad.platform.engine.Application.main(Application.java:27)
Caused by: java.lang.ClassNotFoundException:
org.springframework.core.metrics.ApplicationStartup
at
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
at
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 5 more
### Environment
* Dubbo version: 3.0.4
* Operating System version: windows 10
* Java version: JDK 11 & Spring Boot 2.6.6
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]