We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da2fc0 commit 7d5c617Copy full SHA for 7d5c617
1 file changed
README.md
@@ -1,3 +1,5 @@
1
+[![CI][badge-ci]][workflow-ci]
2
+
3
# openapi-generatr-spring
4
5
a simple [OpenAPI][openapi] interface only code generator for [Spring Boot][springboot].
@@ -38,6 +40,9 @@ The `mapping.yaml` contains the type mapping information and is an optional file
38
40
See the [existing integration tests][generatr-int-resources] for a couple of examples.
39
41
42
43
+[badge-ci]: https://github.com/hauner/openapi-generatr-spring/workflows/CI/badge.svg
44
+[workflow-ci]: https://github.com/hauner/openapi-generatr-spring/actions?query=workflow%3ACI
45
46
[openapi]: https://www.openapis.org/
47
[openapi-spec]: https://github.com/OAI/OpenAPI-Specification
48
[openapi-spec-types]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#dataTypes
0 commit comments