Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Kwan的解忧杂货铺@新空间代码工作室
SpringCloudAlibaba
提交
f1f01f41
S
SpringCloudAlibaba
项目概览
Kwan的解忧杂货铺@新空间代码工作室
/
SpringCloudAlibaba
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
SpringCloudAlibaba
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
f1f01f41
编写于
2月 12, 2023
作者:
Kwan的解忧杂货铺@新空间代码工作室
🐭
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix:添加配置
上级
db1f1669
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
6 addition
and
7 deletion
+6
-7
nacos-server-consumer/pom.xml
nacos-server-consumer/pom.xml
+1
-1
nacos-server-feign-api/pom.xml
nacos-server-feign-api/pom.xml
+3
-3
nacos-server-feign-api/src/main/java/com/kwan/springcloudalibaba/api/FeignUserService.java
...ava/com/kwan/springcloudalibaba/api/FeignUserService.java
+0
-0
nacos-server-sentinel-consumer/src/main/resources/bootstrap.yml
...server-sentinel-consumer/src/main/resources/bootstrap.yml
+1
-2
pom.xml
pom.xml
+1
-1
未找到文件。
nacos-server-consumer/pom.xml
浏览文件 @
f1f01f41
...
...
@@ -24,7 +24,7 @@
<dependencies>
<dependency>
<groupId>
com.kwan.springcloudalibaba
</groupId>
<artifactId>
nacos-feign-api
</artifactId>
<artifactId>
nacos-
server-
feign-api
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
nacos-feign-api/pom.xml
→
nacos-
server-
feign-api/pom.xml
浏览文件 @
f1f01f41
...
...
@@ -9,9 +9,9 @@
<version>
1.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
nacos-feign-api
</artifactId>
<name>
nacos-feign-api
</name>
<description>
nacos-feign-api
</description>
<artifactId>
nacos-
server-
feign-api
</artifactId>
<name>
nacos-
server-
feign-api
</name>
<description>
nacos-
server-
feign-api
</description>
<properties>
<java.version>
1.8
</java.version>
...
...
nacos-feign-api/src/main/java/com/kwan/springcloudalibaba/api/FeignUserService.java
→
nacos-
server-
feign-api/src/main/java/com/kwan/springcloudalibaba/api/FeignUserService.java
浏览文件 @
f1f01f41
文件已移动
nacos-server-sentinel-consumer/src/main/resources/bootstrap.yml
浏览文件 @
f1f01f41
...
...
@@ -24,12 +24,11 @@ spring:
nacos
:
discovery
:
server-addr
:
http://120.79.36.53:8848
#服务注册地址
namespace
:
e750dcd5-657b-489b-8d15-b7b71aa3e984
config
:
server-addr
:
http://120.79.36.53:8848
#配置中心地址
file-extension
:
yaml
#文件类型
group
:
DEV_GROUP
#组别
namespace
:
e750dcd5-657b-489b-8d15-b7b71aa3e984
#命名空间
namespace
:
4cd9bd32-8f25-45cd-b919-df1a0df146e0
#命名空间
refresh-enabled
:
true
#默认自动刷新
sentinel
:
transport
:
...
...
pom.xml
浏览文件 @
f1f01f41
...
...
@@ -24,7 +24,7 @@
<module>
nacos-server-producer-9091
</module>
<module>
nacos-server-producer-9092
</module>
<module>
nacos-server-consumer
</module>
<module>
nacos-feign-api
</module>
<module>
nacos-
server-
feign-api
</module>
<module>
nacos-server-sentinel-consumer
</module>
</modules>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录