mirror of https://github.com/jeecgboot/jeecg-boot
parent
f0e060f12e
commit
c46ec2415b
|
@ -116,7 +116,7 @@ public class Swagger2Config implements WebMvcConfigurer {
|
||||||
// 描述
|
// 描述
|
||||||
.description("后台API接口")
|
.description("后台API接口")
|
||||||
// 作者
|
// 作者
|
||||||
.contact(new Contact("北京国炬信息技术有限公司","www.jeccg.com","jeecgos@163.com"))
|
.contact(new Contact("北京敲敲云科技有限公司","www.jeccg.com","jeecgos@163.com"))
|
||||||
.license("The Apache License, Version 2.0")
|
.license("The Apache License, Version 2.0")
|
||||||
.licenseUrl("http://www.apache.org/licenses/LICENSE-2.0.html")
|
.licenseUrl("http://www.apache.org/licenses/LICENSE-2.0.html")
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Reference in New Issue