Upon successful local implementation using Java 11 and a Spring Boot project, I encountered a java.lang.NoClassDefFoundError
(Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class com.aspose.barcode.internal.sst.nn) during deployment using Docker.
more information including code snippet and a part of the pom.xml attached
Hope to here from you, thank you
code_snippet.pdf (17.6 KB)
part_of_pom.pdf (14.6 KB)