Thanks Tony!
I was able to run the example and validate in browser pointing localhost:8080. However, when I tried to do this with my own yaml, I had some problem. Here is what I did so far
- Put my own swagger.yaml file in src/main/swagger, I was able to run editor.sh and saw no error
- Then, I thought next step is to generate source files from yaml file, (I did not change any configuration in pom.xml, inflector.yaml), however, running mvn package or mvn generate-sources did not generate any sources in src/gen/java, is there anything wrong with codegen? or whats the step to do? Thanks!