You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This solution currently works great with version 1 of Spring Boot, but fails with
Exception in thread "main" java.lang.NoSuchMethodError: org.springframework.boot.SpringApplication.run(Ljava/lang/Object;[Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext; at net.nicoll.boot.daemon.SpringBootService.start(SpringBootService.java:42) at net.nicoll.boot.daemon.StartSpringBootService.main(StartSpringBootService.java:27)
in version2 ... would it be possible to upgrade / update so it works with v2+ as well?
The text was updated successfully, but these errors were encountered:
This solution currently works great with version 1 of Spring Boot, but fails with
Exception in thread "main" java.lang.NoSuchMethodError: org.springframework.boot.SpringApplication.run(Ljava/lang/Object;[Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext; at net.nicoll.boot.daemon.SpringBootService.start(SpringBootService.java:42) at net.nicoll.boot.daemon.StartSpringBootService.main(StartSpringBootService.java:27)
in version2 ... would it be possible to upgrade / update so it works with v2+ as well?
The text was updated successfully, but these errors were encountered: