优化描述
This commit is contained in:
parent
f5c52e225c
commit
cc141d1e71
@ -33,11 +33,13 @@ public class SwaggerConfig {
|
||||
return new ApiInfoBuilder()
|
||||
.title("Easy Retry Example")
|
||||
.description(
|
||||
"<h1>EasyRetry是基于BASE思想实现的分布式服务重试组件</h1> \n" +
|
||||
"<h1>EasyRetry是致力提高分布式业务系统一致性的分布式重试平台</h1> \n" +
|
||||
"<h3>官网地址: https://www.easyretry.com/</h3>" +
|
||||
"<h3>在线体验地址: http://preview.easyretry.com/</h3> "+
|
||||
"<h3>在线体验地址: http://preview.easyretry.com/</h3> " +
|
||||
"<h3>源码地址: https://gitee.com/byteblogs168/easy-retry-demo</h3>" +
|
||||
"<h3>视频教程: 🌻https://www.ixigua.com/pseries/7272009348824433213/.</h3>" +
|
||||
"<h3>特别提醒: 🌻在您使用测试案例之前请认真的阅读官网.</h3>"
|
||||
|
||||
)
|
||||
.version(EasyRetryVersion.getVersion())
|
||||
.build();
|
||||
|
Loading…
Reference in New Issue
Block a user