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?
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?