-
this tool is really awesome.
I want to return an object in my RestFul API.the one Object is In my dependencies.
like this:
1. I wrote an API:
```java
@GetMapping("/get")
public …
-
With Spring it is possible to use normal POJOs to substitute multiple `@PathVariable` or `@RequestParam`.
[This](http://www.logicbig.com/tutorials/spring-framework/spring-web-mvc/spring-request-par…
-
Are you planning to add links support? Currently, information about links goes to "Response fields" section.
-
Spring Boot 2.0.2, Gradle 4.8, Spring Auto RestDocs 2.0.1, macOS 10.13.5, JDK 10.0.1-zulu, SDKMAN 5.6.4+305.
It appears that the build is not using the standard doclet (from Oracle) and hence the -…
-
Here is my build.gradle.
```
buildscript {
ext {
dokkaVersion = '0.9.17'
kotlinVersion = '1.2.41'
springAutoRestDocsVersion = '2.0.1'
springBootVersion = '2.…
-
~~This upgrade should involve adding support for WebTestClient and thus involves some work.~~
We have to be aware that Spring REST Docs 2 requires Java 8 and Spring Framework 5.
fbenz updated
6 years ago
-
`RibbonFallbackTest.testFallBackGreetingEndpoint()`
https://jenkins.spring.io/blue/organizations/jenkins/spring-cloud-kubernetes-master-ci/detail/spring-cloud-kubernetes-master-ci/1603/pipeline
…
-
I followed the "click party" instructions except that i choose Spring Boot instead of the Vert.x
The pipeline build has failed:
[ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:3.5.3…
-
```
[ERROR] Rule failure while trying to close staging repository with ID "capitalscalable-1025".
[ERROR]
[ERROR] Nexus Staging Rules Failure Report
[ERROR] ==================================
[E…
fbenz updated
6 years ago
-
Hi,
I'm writting you because I try to use testcontainers during my tests but it does not work, I do not no why.
Here it's the error that I have.
```
org.testcontainers.containers.ContainerLaun…