Newest 'spring-auto-restdocs' Questions

Auto Section title level in Spring Auto Rest Docs

This is my first question on StackOverflow. I am using Java 11, Spring Boot 2.4.0, JUnit 5, Auto Rest Docs 2.0.9. I am getting the following warning when I am generating the document: asciidoctor: ...

Kashan Nadeem's user avatar

  • 123

0 votes

1 answer

298 views

Spring Auto Rest Docs documents all Json subTypes

I have a Rest service with two operations /balance and /transactions to get the balance and transactions of a customer. The return type of this operations is BalanceResponse and TransactionResponse ...

Raj's user avatar

  • 321

Customize Section title in Spring Auto Rest Docs

I want to customize Section "title" in auto-section.adoc[] file generated by Spring Auto Rest Docs. Spring Auto Rest Docs resolves section title using @title Javadoc tag on the method(if present) or ...

HelloWorld's user avatar

  • 133

jsonDoclet task: Javadoc generation failed

I am trying to setup spring-auto-restdocs in my project, which uses JDK 11, Gradle 5, JUnit5 and Spring Webflux with spring boot 2.1.1. I've followed the normal spring-restdocs setup guide here: ...

logi0517's user avatar

  • 845

-1 votes

1 answer

1k views

Spring Auto REST Docs - don't work properly

I use Java 8, Spring Boot 2.0, JUnit4. I try to make a proper documentation with Spring Auto REST Docs. Here is my dto: @Data @NoArgsConstructor public class ESLogRequestDTO { /** * Дата ...

Nikita Krasnov's user avatar

  • 57

0 votes

0 answers

990 views

Not able to link my javadocs with spring auto rest docs

I am not getting how do you use JavaDocs, with Spring Auto Rest Docs. I can generate my java-docs locally by using STS, UI option. However,i am not sure how to generate java-docs using Spring Auto ...

GoPro's user avatar

  • 738