1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-02 23:23:28 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

书栖网修改为书单网;用户反馈页面内容修改;修改nginx 5xx报错信息;删除前端console输出的法律信息

This commit is contained in:
2022-05-14 20:20:29 +08:00
parent 3407fe25b8
commit 37a0232b2e
69 changed files with 29 additions and 140 deletions

View File

@@ -24,7 +24,7 @@ public class SwaggerConfig {
private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("网 服务端接口文档")
.title("网 服务端接口文档")
.description("RESTful API | bookshelf.plus")
// .license("MIT")
// .contact(new Contact("程序员小墨", "only4.work", "admin@only4.work"))