native-build-tools
native-build-tools copied to clipboard
Exception in thread "main" java.lang.IllegalStateException: No application context available after calling main method of 'com.fss.aeps.Application'. Does it run a SpringApplication?
Error on native build for a Jakarta EE Spring Boot application.
Exception in thread "main" java.lang.IllegalStateException: No application context available after calling main method of 'com.fss.aeps.Application'. Does it run a SpringApplication?
at org.springframework.boot.AotProcessor$AotProcessorHook.run(AotProcessor.java:232)
at org.springframework.boot.AotProcessor.process(AotProcessor.java:103)
at org.springframework.boot.AotProcessor.main(AotProcessor.java:198)