@Configuration class ServiceExecutorConfig : AsyncConfigurer { override fun getAsyncExecutor(): Executor { val taskExecutor = ThreadPoolTaskExecutor().apply ...
Hello, in a particular docker environment using Oracle JDK1.8.0_261. When I run (as the main method) Caused by: java.lang.VerifyError: Stack map does not match the ...