Skip to content

Commit de9fd0f

Browse files
committed
feat: 项目更名为 uni-boot-cloud
1 parent c5d1af2 commit de9fd0f

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.docs/intro/application-config-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ uni-boot:
118118
enable: true
119119
version: ${uni-boot.config.version}
120120
name: Cade Li
121-
url: https://github.com/cadecode/uni-boot-admin
121+
url: https://github.com/cadecode/uni-boot-cloud
122122
email: cadecode@foxmail.com
123123
module:
124124
default: com.github.cadecode.uniboot

.docs/sql/framework/mysql/data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ VALUES (308, 3, 'Swagger', 'http://localhost:8000/doc.html', null, 'Swagger', 1,
8484
'2023-08-18 15:03:30', '2023-11-09 15:57:55', null);
8585
INSERT INTO sys_menu (id, parent_id, route_name, route_path, component_path, menu_name, leaf_flag, icon, order_num,
8686
enable_flag, hidden_flag, cache_flag, create_time, update_time, update_user)
87-
VALUES (1000, null, 'GithubUrl', 'https://github.com/cadecode/uni-boot-admin', null, '源码仓库', 1, 'el-icon-star-on',
87+
VALUES (1000, null, 'GithubUrl', 'https://github.com/cadecode/uni-boot-cloud', null, '源码仓库', 1, 'el-icon-star-on',
8888
1000, 0, 0, 0, '2023-08-18 15:03:31', '2023-11-09 15:57:55', 'admin');
8989
INSERT INTO sys_menu (id, parent_id, route_name, route_path, component_path, menu_name, leaf_flag, icon, order_num,
9090
enable_flag, hidden_flag, cache_flag, create_time, update_time, update_user)

.docs/sql/framework/oracle/data.oracle.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ VALUES (308, 3, 'Swagger', 'http://localhost:8000/doc.html', null, 'Swagger', 1,
9999
TO_DATE('2023-11-09 15:57:55', 'yyyy-MM-dd HH24:mi:ss'), null);
100100
INSERT INTO sys_menu (id, parent_id, route_name, route_path, component_path, menu_name, leaf_flag, icon, order_num,
101101
enable_flag, hidden_flag, cache_flag, create_time, update_time, update_user)
102-
VALUES (1000, null, 'GithubUrl', 'https://github.com/cadecode/uni-boot-admin', null, '源码仓库', 1, 'el-icon-star-on',
102+
VALUES (1000, null, 'GithubUrl', 'https://github.com/cadecode/uni-boot-cloud', null, '源码仓库', 1, 'el-icon-star-on',
103103
1000, 0, 0, 0, TO_DATE('2023-08-18 15:03:31', 'yyyy-MM-dd HH24:mi:ss'),
104104
TO_DATE('2023-11-09 15:57:55', 'yyyy-MM-dd HH24:mi:ss'), 'admin');
105105
INSERT INTO sys_menu (id, parent_id, route_name, route_path, component_path, menu_name, leaf_flag, icon, order_num,

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# uni-boot-admin
1+
# uni-boot-cloud
22

33
> 基于 SpringCloud 的通用后台管理系统骨架,引入 Nacos、OpenFeign、Gateway 等微服务核心组件
44
>
@@ -10,7 +10,7 @@
1010

1111
2. 本项目采用前后端分离结构,以下是配套前端项目
1212

13-
[uni-boot-admin-vue](https://github.com/cadecode/uni-boot-admin-vue) 基于 Vue + ElementUI
13+
[uni-boot-cloud-vue](https://github.com/cadecode/uni-boot-cloud-vue) 基于 Vue + ElementUI
1414

1515
3. 版本与环境
1616

@@ -131,4 +131,4 @@
131131

132132
参见配套前端项目
133133

134-
[uni-boot-admin-vue](https://github.com/cadecode/uni-boot-admin-vue)
134+
[uni-boot-cloud-vue](https://github.com/cadecode/uni-boot-cloud-vue)

framework/framework_svc/src/main/java/com/github/cadecode/uniboot/framework/svc/config/UniFrameworkConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import java.util.List;
1010

1111
/**
12-
* uni-boot-admin framework 服务配置
12+
* uni-boot-cloud framework 服务配置
1313
*
1414
* @author Cade Li
1515
* @since 2023/7/28

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<version>2023.1.4</version>
88

99
<packaging>pom</packaging>
10-
<name>uni-boot-admin</name>
11-
<description>基于 SpringBoot 多模块开发的通用后台管理系统骨架</description>
10+
<name>uni-boot-cloud</name>
11+
<description>基于 SpringCloud 的通用后台管理系统骨架</description>
1212

1313
<modules>
1414
<module>dependencies</module>

0 commit comments

Comments
 (0)