-
In our auto-documentation extension https://github.com/ScaCap/spring-auto-restdocs we are trying to automate documentation as much as possible by introspecting code. For this we created extensions of …
-
Add Spring rest docs feature to be able to generate asciidoc api documentation from rest layer tests.
https://projects.spring.io/spring-restdocs/
-
Thanks for the project! Unfortunately looks like the project cannot be used with spring-docs 2+ version.
I have add to test basic config:
```
mockMvc.
...
.andDo(createDocumentation())
.andD…
-
-
My spring project works fine,
but tests crashes when I add spring-restdocs to gradle dependencies.
Just that (no configuration chages, no test code changes) brakes my project.
The problem is that spr…
-
I can't compile:
My environment is Maven3.6 + scala2.12.8 + java1.8
For example, I have a class like this:
`case class AreaModel(code: String, name: String, level: String, parent: String, code_shor…
-
Hello guys,
Can I use this plugin with Gradle? If yes then how?
Thanks!
-
So... like the README said, I added the `plugin` snippet to the `pom.xml`.
I added it in
>> HERE
-
**Is your feature request related to a problem? Please describe.**
Coming from https://github.com/opensearch-project/opensearch-api-specification/issues/30, RESTful APIs are hand-rolled, making it …
-
```
java.lang.NullPointerException
at com.weibo.api.motan.protocol.rpc.DefaultRpcProtocol$DefaultRpcExporter.(DefaultRpcProtocol.java:83)
at com.weibo.api.motan.protocol.rpc.DefaultRpcProtocol.cr…