的文档org.springframework.restdocs.RestDocumentation
声明它已被弃用。
我正在尝试在这样的 JUnit 测试中使用该类:
@Rule
public RestDocumentation restDocumentation = new RestDocumentation("target/generated-snippets");
我应该改用什么类?
的文档org.springframework.restdocs.RestDocumentation
声明它已被弃用。
我正在尝试在这样的 JUnit 测试中使用该类:
@Rule
public RestDocumentation restDocumentation = new RestDocumentation("target/generated-snippets");
我应该改用什么类?