Commit c9ec7d03 authored by 李丛阳's avatar 李丛阳

education sys 1.01

parent 7e5ebffd
...@@ -26,9 +26,9 @@ public class Swagger2Config { ...@@ -26,9 +26,9 @@ public class Swagger2Config {
private ApiInfo apiInfo() { private ApiInfo apiInfo() {
return new ApiInfoBuilder() return new ApiInfoBuilder()
.title("springboot利用swagger构建api文档") .title("教学实训平台")
.description("简单优雅的restfun风格,http://blog.csdn.net/saytime") .description("教学实训平台")
.termsOfServiceUrl("http://blog.csdn.net/saytime") .termsOfServiceUrl("教学实训平台")
.version("1.0") .version("1.0")
.build(); .build();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment