Open nuttert opened 4 years ago
Same problem with you! I wonder whether you've solved your problem, if you did, could you please tell me how do you solve it? Thanks!
As far as I remember, instead of mvn clean package
, you need to use mvn clean install --DskipTests
As far as I remember, instead of
mvn clean package
, you need to usemvn clean install --DskipTests
thanks for your reply! I tried this, it works! it should be mvn clean install -DskipTests
I downloaded the swagger:
After, I created my custom generator:
(https://openapi-generator.tech/docs/customization/)
But when I compile it, 𝗜 get an error:
In pom.xml I found: