This repository was archived by the owner on Feb 23, 2023. It is now read-only.
ClassNotFoundException on springfox while running native image on docker #635
Labels
type: question
A question
Hi,
I am currently trying my hands on Spring Boot native 2.4.3 and managed to compile my project into native docker image.
I used
mvn spring-boot:build-image
However, when trying to run it, I got the following error:
Below is my springfox dependencies: (I am using version 3.0.0)
I have already tried adding
springfox.documentation.spi.schema.ModelBuilderPlugin
and other sprongfox classes as well to myreflection-config.json
, to no avail.Is there anything that I could have missed?
The text was updated successfully, but these errors were encountered: