From 36186bed6bbc32a0dff8658bd8808792a9e170d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=B7=E5=AE=81?= <15600600491@163.com> Date: Fri, 1 Mar 2024 01:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhn-auth/src/main/resources/bootstrap.yml | 4 +- zhn-auth/target/classes/bootstrap.yml | 4 +- zhn-gateway/src/main/resources/bootstrap.yml | 4 +- zhn-gateway/target/classes/bootstrap.yml | 4 +- .../src/main/resources/bootstrap.yml | 4 +- .../zhn-system/target/classes/bootstrap.yml | 4 +- zhn-vue-ui/LICENSE | 21 ---- zhn-vue-ui/README-zh.md | 111 ------------------ zhn-vue-ui/README.md | 99 ---------------- zhn-vue-ui/src/api/user.js | 2 +- 10 files changed, 13 insertions(+), 244 deletions(-) delete mode 100644 zhn-vue-ui/LICENSE delete mode 100644 zhn-vue-ui/README-zh.md delete mode 100644 zhn-vue-ui/README.md diff --git a/zhn-auth/src/main/resources/bootstrap.yml b/zhn-auth/src/main/resources/bootstrap.yml index c0dda39..215cfd8 100644 --- a/zhn-auth/src/main/resources/bootstrap.yml +++ b/zhn-auth/src/main/resources/bootstrap.yml @@ -20,10 +20,10 @@ spring: nacos: discovery: # 服务注册地址 - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 config: # 配置中心地址 - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 # 配置文件格式 file-extension: yml # 共享配置 diff --git a/zhn-auth/target/classes/bootstrap.yml b/zhn-auth/target/classes/bootstrap.yml index c0dda39..215cfd8 100644 --- a/zhn-auth/target/classes/bootstrap.yml +++ b/zhn-auth/target/classes/bootstrap.yml @@ -20,10 +20,10 @@ spring: nacos: discovery: # 服务注册地址 - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 config: # 配置中心地址 - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 # 配置文件格式 file-extension: yml # 共享配置 diff --git a/zhn-gateway/src/main/resources/bootstrap.yml b/zhn-gateway/src/main/resources/bootstrap.yml index ea9921e..49e8be4 100644 --- a/zhn-gateway/src/main/resources/bootstrap.yml +++ b/zhn-gateway/src/main/resources/bootstrap.yml @@ -18,10 +18,10 @@ spring: nacos: discovery: # 服务注册地址 - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 config: # 配置中心地址 - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 # 配置文件格式 file-extension: yml # 共享配置 diff --git a/zhn-gateway/target/classes/bootstrap.yml b/zhn-gateway/target/classes/bootstrap.yml index ea9921e..49e8be4 100644 --- a/zhn-gateway/target/classes/bootstrap.yml +++ b/zhn-gateway/target/classes/bootstrap.yml @@ -18,10 +18,10 @@ spring: nacos: discovery: # 服务注册地址 - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 config: # 配置中心地址 - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 # 配置文件格式 file-extension: yml # 共享配置 diff --git a/zhn-modules/zhn-system/src/main/resources/bootstrap.yml b/zhn-modules/zhn-system/src/main/resources/bootstrap.yml index 2ea14ff..cd65228 100644 --- a/zhn-modules/zhn-system/src/main/resources/bootstrap.yml +++ b/zhn-modules/zhn-system/src/main/resources/bootstrap.yml @@ -15,9 +15,9 @@ spring: cloud: nacos: discovery: - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 config: - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 file-extension: yml shared-configs: - "application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}" diff --git a/zhn-modules/zhn-system/target/classes/bootstrap.yml b/zhn-modules/zhn-system/target/classes/bootstrap.yml index 2ea14ff..cd65228 100644 --- a/zhn-modules/zhn-system/target/classes/bootstrap.yml +++ b/zhn-modules/zhn-system/target/classes/bootstrap.yml @@ -15,9 +15,9 @@ spring: cloud: nacos: discovery: - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 config: - server-addr: 192.168.2.51:8848 + server-addr: 127.0.0.1:8848 file-extension: yml shared-configs: - "application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}" diff --git a/zhn-vue-ui/LICENSE b/zhn-vue-ui/LICENSE deleted file mode 100644 index 6151575..0000000 --- a/zhn-vue-ui/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017-present PanJiaChen - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/zhn-vue-ui/README-zh.md b/zhn-vue-ui/README-zh.md deleted file mode 100644 index 1beec9b..0000000 --- a/zhn-vue-ui/README-zh.md +++ /dev/null @@ -1,111 +0,0 @@ -# vue-admin-template - -> 这是一个极简的 vue admin 管理后台。它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。 - -[线上地址](http://panjiachen.github.io/vue-admin-template) - -[国内访问](https://panjiachen.gitee.io/vue-admin-template) - -目前版本为 `v4.0+` 基于 `vue-cli` 进行构建,若你想使用旧版本,可以切换分支到[tag/3.11.0](https://github.com/PanJiaChen/vue-admin-template/tree/tag/3.11.0),它不依赖 `vue-cli`。 - -
- SPONSORED BY -
-
-
-
-
-
- SPONSORED BY -
-
-
-
-
-