mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-11 16:57:12 +08:00
release: v3.4.0
This commit is contained in:
@@ -76,11 +76,13 @@ public class ContiNewAdminApplication implements ApplicationRunner {
|
||||
String baseUrl = URLUtil.normalize("%s:%s%s".formatted(hostAddress, port, contextPath));
|
||||
log.info("----------------------------------------------");
|
||||
log.info("{} service started successfully.", projectProperties.getName());
|
||||
log.info("API 地址:{}", baseUrl);
|
||||
log.info("API地址:{}", baseUrl);
|
||||
Knife4jProperties knife4jProperties = SpringUtil.getBean(Knife4jProperties.class);
|
||||
if (!knife4jProperties.isProduction()) {
|
||||
log.info("API 文档:{}/doc.html", baseUrl);
|
||||
log.info("API文档:{}/doc.html", baseUrl);
|
||||
}
|
||||
log.info("在线文档:https://continew.top");
|
||||
log.info("常见问题:https://continew.top/faq.html");
|
||||
log.info("----------------------------------------------");
|
||||
}
|
||||
}
|
||||
|
@@ -5,7 +5,7 @@ project:
|
||||
# 应用名称
|
||||
app-name: continew-admin
|
||||
# 版本
|
||||
version: 3.3.0
|
||||
version: 3.4.0
|
||||
# 描述
|
||||
description: 持续迭代优化的前后端分离中后台管理系统框架,开箱即用,持续提供舒适的开发体验。
|
||||
# 基本包
|
||||
|
Reference in New Issue
Block a user