dev #10

Merged
bunny merged 2 commits from dev into master 2024-07-28 03:03:28 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3bb8e15e24 - Show all commits

View File

@ -20,7 +20,7 @@ public class Knife4jConfig {
// 使用协议 // 使用协议
License license = new License().name("MIT").url("http://MUT.com"); License license = new License().name("MIT").url("http://MUT.com");
// 相关信息 // 相关信息
Info info = new Info().title("Bunny-Java-Template").description("Bunny的Java模板").version("v1.0.0").contact(contact).license(license).termsOfService("记得给我start"); Info info = new Info().title("Bunny-Java-Template").description("Bunny的Java模板").version("v1.0.0").contact(contact).license(license).termsOfService("维护不易~求个start");
return new OpenAPI().info(info).externalDocs(new ExternalDocumentation()); return new OpenAPI().info(info).externalDocs(new ExternalDocumentation());
} }