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

education sys 1.01

parent 7e5ebffd
......@@ -26,9 +26,9 @@ public class Swagger2Config {
private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("springboot利用swagger构建api文档")
.description("简单优雅的restfun风格,http://blog.csdn.net/saytime")
.termsOfServiceUrl("http://blog.csdn.net/saytime")
.title("教学实训平台")
.description("教学实训平台")
.termsOfServiceUrl("教学实训平台")
.version("1.0")
.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