Skip to content

Commit be79855

Browse files
committed
refactor/单体应用毕业版本
1 parent 34f6e0f commit be79855

File tree

8 files changed

+3
-5
lines changed

8 files changed

+3
-5
lines changed

.gitattributes

-2
This file was deleted.

Dockerfile docker/Dockerfile

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ry.sh docker/ry.sh

File renamed without changes.

pmhub-admin/src/main/java/com/laigeoffer/pmhub/web/controller/system/SysIndexController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ public class SysIndexController {
2424
*/
2525
@RequestMapping("/")
2626
public String index() {
27-
return StringUtils.format("欢迎使用{}后台管理框架,当前版本:v{},请通过前端地址访问。", ruoyiConfig.getName(), ruoyiConfig.getVersion());
27+
return StringUtils.format("欢迎使用 PmHub,当前版本:v{},请通过前端地址访问。", ruoyiConfig.getName(), ruoyiConfig.getVersion());
2828
}
2929
}

pmhub-admin/src/main/java/com/laigeoffer/pmhub/web/core/config/SwaggerConfig.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ private ApiInfo apiInfo() {
109109
// 用ApiInfoBuilder进行定制
110110
return new ApiInfoBuilder()
111111
// 设置标题
112-
.title("标题:苍何管理系统_接口文档")
112+
.title("PmHub接口文档")
113113
// 描述
114-
.description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...")
114+
.description("欢迎关注公众号:苍何,解锁项目最新信息和全教程")
115115
// 作者信息
116116
.contact(new Contact(ruoyiConfig.getName(), null, null))
117117
// 版本

0 commit comments

Comments
 (0)