StringKe commented on issue #9394: URL: https://github.com/apache/dubbo/issues/9394#issuecomment-1128309756
> I tried and made a different mistake. > > ``` > dubbo version: 3.0.4 > spring boot version: 2.6.1 > ``` > > ```shell > 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.example.springboot.provider.ProviderApplication.main(ProviderApplication.java:10) > Caused by: java.lang.ClassNotFoundException: org.springframework.core.metrics.ApplicationStartup > at java.net.URLClassLoader.findClass(URLClassLoader.java:382) > at java.lang.ClassLoader.loadClass(ClassLoader.java:418) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) > at java.lang.ClassLoader.loadClass(ClassLoader.java:351) > ... 5 more > ``` @icankeep Is this problem solved? I also encountered the same problem. -- 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]
