Relative Content

Tag Archive for springspring-bootgradleopenapiopenapi-generator

Java compile process throws error before OpenApi generates code

I’m building a REST:API with Spring Boot and I’m using the OpenAPI plugin to generate my stubs and DTO’s (Ao’s).
I already used the OpenAPI plugin in another project which worked perfectly fine. But now I’m running in this unknown problem, that the service can’t find the the Ao Class. Due to this fact the project cannot build because the service relies on those classes that are created by the plugin.