Add tests for spring boot with implicit headers but no annotation library (#12943)

* add tests for spring boot with implicit headers but no annotation library

* test in workflow

* update samples
This commit is contained in:
William Cheng
2022-07-20 14:11:45 +08:00
committed by GitHub
parent 0a0a8cffd6
commit 6d44f97d6c
28 changed files with 3076 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ jobs:
- samples/server/petstore/spring-boot-defaultInterface-unhandledException
- samples/openapi3/server/petstore/spring-boot-oneof
- samples/server/petstore/springboot-virtualan
- samples/server/petstore/springboot-implicitHeaders-annotationLibrary
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3