From 7b9ee249ebae5c22d2c8c159679da902ee6b00c2 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 17 八月 2024 19:09:08 +0800 Subject: [PATCH] 1 --- se-modules/se-gen/pom.xml | 4 ++-- se-ui/src/components/RuoYi/Doc/index.vue | 2 +- se-ui/src/layout/components/Navbar.vue | 8 ++++---- se-common/se-common-security/pom.xml | 4 ++-- se-ui/src/components/RuoYi/Git/index.vue | 2 +- se-common/se-common-log/pom.xml | 2 +- se-common/se-common-redis/pom.xml | 2 +- se-modules/se-system/pom.xml | 8 ++++---- se-common/se-common-datascope/pom.xml | 2 +- se-gateway/pom.xml | 2 +- se-modules/se-job/pom.xml | 4 ++-- se-modules/se-file/pom.xml | 4 ++-- se-auth/pom.xml | 2 +- se-common/se-common-sensitive/pom.xml | 2 +- 14 files changed, 24 insertions(+), 24 deletions(-) diff --git a/se-auth/pom.xml b/se-auth/pom.xml index 74e7bc8..09989cd 100644 --- a/se-auth/pom.xml +++ b/se-auth/pom.xml @@ -46,7 +46,7 @@ <artifactId>spring-boot-starter-actuator</artifactId> </dependency> - <!-- RuoYi Common Security--> + <!-- SE Common Security--> <dependency> <groupId>com.se</groupId> <artifactId>se-common-security</artifactId> diff --git a/se-common/se-common-datascope/pom.xml b/se-common/se-common-datascope/pom.xml index 64c2a80..b880f5a 100644 --- a/se-common/se-common-datascope/pom.xml +++ b/se-common/se-common-datascope/pom.xml @@ -17,7 +17,7 @@ <dependencies> - <!-- RuoYi Common Security --> + <!-- SE Common Security --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-security</artifactId> diff --git a/se-common/se-common-log/pom.xml b/se-common/se-common-log/pom.xml index f1cdd3a..025d331 100644 --- a/se-common/se-common-log/pom.xml +++ b/se-common/se-common-log/pom.xml @@ -17,7 +17,7 @@ <dependencies> - <!-- RuoYi Common Security --> + <!-- SE Common Security --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-security</artifactId> diff --git a/se-common/se-common-redis/pom.xml b/se-common/se-common-redis/pom.xml index 99e5450..28b7a6b 100644 --- a/se-common/se-common-redis/pom.xml +++ b/se-common/se-common-redis/pom.xml @@ -23,7 +23,7 @@ <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> - <!-- RuoYi Common Core--> + <!-- SE Common Core--> <dependency> <groupId>com.se</groupId> <artifactId>se-common-core</artifactId> diff --git a/se-common/se-common-security/pom.xml b/se-common/se-common-security/pom.xml index b85dcb6..c0d3121 100644 --- a/se-common/se-common-security/pom.xml +++ b/se-common/se-common-security/pom.xml @@ -22,13 +22,13 @@ <artifactId>spring-webmvc</artifactId> </dependency> - <!-- RuoYi Api System --> + <!-- SE Api System --> <dependency> <groupId>com.se</groupId> <artifactId>se-api-system</artifactId> </dependency> - <!-- RuoYi Common Redis--> + <!-- SE Common Redis--> <dependency> <groupId>com.se</groupId> <artifactId>se-common-redis</artifactId> diff --git a/se-common/se-common-sensitive/pom.xml b/se-common/se-common-sensitive/pom.xml index eb4e708..0712c8d 100644 --- a/se-common/se-common-sensitive/pom.xml +++ b/se-common/se-common-sensitive/pom.xml @@ -17,7 +17,7 @@ <dependencies> - <!-- RuoYi Common Security --> + <!-- SE Common Security --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-security</artifactId> diff --git a/se-gateway/pom.xml b/se-gateway/pom.xml index 60e202c..b9e7bb8 100644 --- a/se-gateway/pom.xml +++ b/se-gateway/pom.xml @@ -70,7 +70,7 @@ <artifactId>kaptcha</artifactId> </dependency> - <!-- RuoYi Common Redis--> + <!-- SE Common Redis--> <dependency> <groupId>com.se</groupId> <artifactId>se-common-redis</artifactId> diff --git a/se-modules/se-file/pom.xml b/se-modules/se-file/pom.xml index 8caba54..9e3c363 100644 --- a/se-modules/se-file/pom.xml +++ b/se-modules/se-file/pom.xml @@ -55,13 +55,13 @@ <!-- <version>${minio.version}</version>--> </dependency> - <!-- RuoYi Api System --> + <!-- SE Api System --> <dependency> <groupId>com.se</groupId> <artifactId>se-api-system</artifactId> </dependency> - <!-- RuoYi Common Swagger --> + <!-- SE Common Swagger --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-swagger</artifactId> diff --git a/se-modules/se-gen/pom.xml b/se-modules/se-gen/pom.xml index ce811a7..bf25817 100644 --- a/se-modules/se-gen/pom.xml +++ b/se-modules/se-gen/pom.xml @@ -60,13 +60,13 @@ <artifactId>mysql-connector-j</artifactId> </dependency> - <!-- RuoYi Common Log --> + <!-- SE Common Log --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-log</artifactId> </dependency> - <!-- RuoYi Common Swagger --> + <!-- SE Common Swagger --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-swagger</artifactId> diff --git a/se-modules/se-job/pom.xml b/se-modules/se-job/pom.xml index 5e6cf8e..64f6209 100644 --- a/se-modules/se-job/pom.xml +++ b/se-modules/se-job/pom.xml @@ -67,13 +67,13 @@ <artifactId>mysql-connector-j</artifactId> </dependency> - <!-- RuoYi Common Log --> + <!-- SE Common Log --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-log</artifactId> </dependency> - <!-- RuoYi Common Swagger --> + <!-- SE Common Swagger --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-swagger</artifactId> diff --git a/se-modules/se-system/pom.xml b/se-modules/se-system/pom.xml index 229ab31..48aa313 100644 --- a/se-modules/se-system/pom.xml +++ b/se-modules/se-system/pom.xml @@ -54,25 +54,25 @@ <artifactId>mysql-connector-j</artifactId> </dependency> - <!-- RuoYi Common DataSource --> + <!-- SE Common DataSource --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-datasource</artifactId> </dependency> - <!-- RuoYi Common DataScope --> + <!-- SE Common DataScope --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-datascope</artifactId> </dependency> - <!-- RuoYi Common Log --> + <!-- SE Common Log --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-log</artifactId> </dependency> - <!-- RuoYi Common Swagger --> + <!-- SE Common Swagger --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-swagger</artifactId> diff --git a/se-ui/src/components/RuoYi/Doc/index.vue b/se-ui/src/components/RuoYi/Doc/index.vue index a84b0cc..78fc897 100644 --- a/se-ui/src/components/RuoYi/Doc/index.vue +++ b/se-ui/src/components/RuoYi/Doc/index.vue @@ -6,7 +6,7 @@ <script> export default { - name: 'RuoYiDoc', + name: 'SEDoc', data() { return { url: 'http://doc.ruoyi.vip/se-cloud' diff --git a/se-ui/src/components/RuoYi/Git/index.vue b/se-ui/src/components/RuoYi/Git/index.vue index f0bbe3e..93e6361 100644 --- a/se-ui/src/components/RuoYi/Git/index.vue +++ b/se-ui/src/components/RuoYi/Git/index.vue @@ -6,7 +6,7 @@ <script> export default { - name: 'RuoYiGit', + name: 'SEGit', data() { return { url: 'https://gitee.com/y_project/se-Cloud' diff --git a/se-ui/src/layout/components/Navbar.vue b/se-ui/src/layout/components/Navbar.vue index 10e3f3b..0bcef89 100644 --- a/se-ui/src/layout/components/Navbar.vue +++ b/se-ui/src/layout/components/Navbar.vue @@ -54,8 +54,8 @@ import Screenfull from '@/components/Screenfull' import SizeSelect from '@/components/SizeSelect' import Search from '@/components/HeaderSearch' -import RuoYiGit from '@/components/se/Git' -import RuoYiDoc from '@/components/se/Doc' +import SEGit from '@/components/se/Git' +import SEDoc from '@/components/se/Doc' export default { components: { @@ -65,8 +65,8 @@ Screenfull, SizeSelect, Search, - RuoYiGit, - RuoYiDoc + SEGit, + SEDoc }, computed: { ...mapGetters([ -- Gitblit v1.9.3