-
In response to jmisur for issue [#183](https://github.com/ScaCap/spring-auto-restdocs/issues/183). I've created a sanitized version of my test code. It should be complete and being able to help you p…
-
I have created a basic application using spring starter project from STS. I had selected batch and integration
resulting in following pom
```
4.0.0
com.example
demo
0.0.1-SNAPSHOT
…
-
Subj.
It can be useful for https://immutables.github.io/
For example,
```
@Value.Immutable
interface ItemUpdateRequest {
/**
* Item ID.
*/
@NotBlank
private Integer get…
-
I found this project that aims to automatically generate documentation for a Spring project: https://github.com/ScaCap/spring-auto-restdocs
Unfortunately, the output format is only to be used with As…
ghost updated
6 years ago
-
Hi, is there any way to combine SwaggerUI & Swagger2Markup with auto-restdocs?
I would like to do the following:
https://stackoverflow.com/questions/50570827/is-it-possible-to-use-spring-auto-restd…
-
When I click on the 'here' link in the documentation, as in "The generated documentation of the example project can be viewed here."
I get the following error:
Error: Cannot load file https://raw.…
ghost updated
6 years ago
-
# Evaluate OpenAPI as a standard for describing APIs
## Can OpenAPI be the standard used to describe APIs?
## Category
- [ ] Data
- [x] Document
- [ ] Technical
- [ ] Other Suggestions
##…
-
Just for information, that this example does not compile for
Spring Boot `1.5.17.RELEASE`
and
Spring Boot Admin `1.5.7`.
(Of course when setting these versions in both `client` and `serve…
-
This is to track work towards supporting Rest Assured. Pointers to how to get started with this will be helpful.
-
### **1.version and my properties:**
shading jdbc 2.0.0M1
spring.jpa.properties.hibernate.hbm2ddl.auto=create
spring.aop.auto=true
spring.jpa.properties.hibernate.dialect=org.hi…