Fetch the repository succeeded.
Spring接口声明如图:
enableUrlTemplating为false的情况,只显示一个接口:
enableUrlTemplating为true的情况,显示两个接口,但是调用会404
调用404
POM 引入版本
<!-- knife4j -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>2.0.4</version>
</dependency>
Sign in to comment