Spring boot : org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field “XX” in WebSphere
问题 I have a spring boot application that execute a reverse Swagger Yaml : <plugin> <groupId>io.swagger</groupId> <artifactId>swagger-codegen-maven-plugin</artifactId> <version>2.3.1</version> <executions> <execution> <id>generate-swagger-java</id> <goals> <goal>generate</goal> </goals> <configuration> <inputSpec>${basedir}/src/main/resources/swagger/cview.yaml</inputSpec> <apiPackage>client.api</apiPackage> <modelPackage>client.model</modelPackage> <output>${project.build.directory}/generated