How can I generate documentation for my Jersey REST API that uses JSON JAXB binding?

后端 未结 4 1351
忘掉有多难
忘掉有多难 2021-01-24 05:41

Now that I\'ve figured out how to use JAXB generate JSON I can request/respond with it on my server and I\'d like to figure out how I can generate useful documentation for human

4条回答
  •  囚心锁ツ
    2021-01-24 06:32

    Yes, this is precisely what Swagger is for. Take a look at github for details on how this integrates with JAX-RS

提交回复
热议问题