dharrigan
08/08/2017, 4:12 PMkenkyee
08/08/2017, 8:11 PMtjb
08/08/2017, 11:42 PMException in thread "main" java.lang.NoSuchMethodException: com.project.Application.main([Ljava.lang.String;)
when attempting to run spring boot in a docker container?agomez
08/08/2017, 11:46 PMcom.project.ApplicationKt
?tjb
08/08/2017, 11:48 PMtjb
08/08/2017, 11:48 PMtjb
08/08/2017, 11:49 PM@SpringBootApplication(scanBasePackages = arrayOf("com.project"))
class Application
fun main(args: Array<String>) {
val app = SpringApplication(Application::class.java)
}
tjb
08/08/2017, 11:49 PMtjb
08/08/2017, 11:49 PMKt
at the end?agomez
08/08/2017, 11:50 PMtjb
08/08/2017, 11:50 PMagomez
08/08/2017, 11:51 PM<file name>Kt
tjb
08/08/2017, 11:51 PMagomez
08/08/2017, 11:52 PMcodebeast
08/09/2017, 1:25 PMcodebeast
08/09/2017, 1:26 PMcodebeast
08/09/2017, 1:26 PMagomez
08/09/2017, 1:41 PMagomez
08/09/2017, 1:41 PMagomez
08/09/2017, 1:42 PMthe.fine
08/09/2017, 1:43 PMcodebeast
08/09/2017, 2:18 PMdharrigan
08/09/2017, 3:27 PMdharrigan
08/09/2017, 3:27 PMaaverin
08/10/2017, 1:01 PMasync(CommonPool)
instead of @Async
spring annotation, and there seem to be lots of timeouts nowaaverin
08/10/2017, 1:02 PMkrotki
08/10/2017, 1:14 PMaaverin
08/10/2017, 1:39 PMaaverin
08/10/2017, 1:41 PMaaverin
08/10/2017, 1:45 PMasync {}
calls, could this be an issue in any way?