Closed Kaiser-Yang closed 3 months ago
增加spring-boot-doc为后续书写restful接口提供便利。
spring-boot-doc
restful
在根目录下通过:mvn spring-boot:run可以启动项目,启动成功后会有如下的提示:
mvn spring-boot:run
启动成功后,可以通过浏览器访问http://localhost:8080/swagger-ui/index.html进入到swagger-ui界面查看到添加的测式api信息:
http://localhost:8080/swagger-ui/index.html
swagger-ui
api
增加
spring-boot-doc
为后续书写restful
接口提供便利。在根目录下通过:
mvn spring-boot:run
可以启动项目,启动成功后会有如下的提示:启动成功后,可以通过浏览器访问
http://localhost:8080/swagger-ui/index.html
进入到swagger-ui
界面查看到添加的测式api
信息: