Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Kwan的解忧杂货铺@新空间代码工作室
SpringCloud-study
提交
223a8e43
S
SpringCloud-study
项目概览
Kwan的解忧杂货铺@新空间代码工作室
/
SpringCloud-study
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
SpringCloud-study
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
223a8e43
编写于
1月 16, 2023
作者:
Q
qinyingjie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix:提交修改信息
上级
fa53a6a3
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
130 addition
and
27 deletion
+130
-27
pom.xml
pom.xml
+1
-0
springcloud-service-config-info/dev/application-goods9100.yaml
...gcloud-service-config-info/dev/application-goods9100.yaml
+0
-4
springcloud-service-config-info/dev/application-goods9200.yaml
...gcloud-service-config-info/dev/application-goods9200.yaml
+0
-4
springcloud-service-config-info/dev/application-goods9300.yaml
...gcloud-service-config-info/dev/application-goods9300.yaml
+0
-4
springcloud-service-config-info/dev/application-portal8080.yaml
...cloud-service-config-info/dev/application-portal8080.yaml
+0
-4
springcloud-service-config-info/dev/application-portal8081.yaml
...cloud-service-config-info/dev/application-portal8081.yaml
+0
-4
springcloud-service-config-info/pom.xml
springcloud-service-config-info/pom.xml
+24
-0
springcloud-service-config/src/main/resources/application.yaml
...gcloud-service-config/src/main/resources/application.yaml
+3
-3
springcloud-service-goods-9100/src/main/resources/bootstrap.yml
...cloud-service-goods-9100/src/main/resources/bootstrap.yml
+17
-0
springcloud-service-goods-9200/src/main/resources/bootstrap.yml
...cloud-service-goods-9200/src/main/resources/bootstrap.yml
+17
-0
springcloud-service-goods-9300/src/main/resources/bootstrap.yml
...cloud-service-goods-9300/src/main/resources/bootstrap.yml
+18
-0
springcloud-service-portal-8080/pom.xml
springcloud-service-portal-8080/pom.xml
+9
-1
springcloud-service-portal-8080/src/main/resources/bootstrap.yml
...loud-service-portal-8080/src/main/resources/bootstrap.yml
+17
-0
springcloud-service-portal-8081/pom.xml
springcloud-service-portal-8081/pom.xml
+8
-3
springcloud-service-portal-8081/src/main/resources/bootstrap.yml
...loud-service-portal-8081/src/main/resources/bootstrap.yml
+16
-0
未找到文件。
pom.xml
浏览文件 @
223a8e43
...
...
@@ -33,6 +33,7 @@
<module>
springcloud-service-portal-8081
</module>
<module>
springcloud-service-config
</module>
<module>
springcloud-service-config-client
</module>
<module>
springcloud-service-config-info
</module>
<module>
springcloud-service-feign
</module>
<module>
springcloud-service-zuul
</module>
<module>
springcloud-service-consul
</module>
...
...
springcloud-service-
goods-9100/src/main/resources/application
.yaml
→
springcloud-service-
config-info/dev/application-goods9100
.yaml
浏览文件 @
223a8e43
#端口号
server
:
port
:
9100
#兼容swagger配置
spring
:
# mysql
...
...
springcloud-service-
goods-9200/src/main/resources/application
.yaml
→
springcloud-service-
config-info/dev/application-goods9200
.yaml
浏览文件 @
223a8e43
#端口号
server
:
port
:
9200
#兼容swagger配置
spring
:
# mysql
...
...
springcloud-service-
goods-9300/src/main/resources/application
.yaml
→
springcloud-service-
config-info/dev/application-goods9300
.yaml
浏览文件 @
223a8e43
#端口号
server
:
port
:
9300
#兼容swagger配置
spring
:
# mysql
...
...
springcloud-service-
portal-8080/src/main/resources/application
.yaml
→
springcloud-service-
config-info/dev/application-portal8080
.yaml
浏览文件 @
223a8e43
#端口号
server
:
port
:
8080
spring
:
application
:
name
:
portal-service
#服务名称
...
...
springcloud-service-
portal-8081/src/main/resources/application
.yaml
→
springcloud-service-
config-info/dev/application-portal8081
.yaml
浏览文件 @
223a8e43
#端口号
server
:
port
:
8081
spring
:
application
:
name
:
portal-service
#服务名称
...
...
springcloud-service-config-info/pom.xml
0 → 100644
浏览文件 @
223a8e43
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
com.kwan.springcloud
</groupId>
<artifactId>
springcloud-service-parent
</artifactId>
<version>
1.0.0
</version>
</parent>
<artifactId>
springcloud-service-config-info
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<name>
springcloud-service-config-info
</name>
<properties>
<java.version>
1.8
</java.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
springcloud-service-config/src/main/resources/application.yaml
浏览文件 @
223a8e43
...
...
@@ -9,12 +9,12 @@ spring:
config
:
server
:
git
:
uri
:
https://gitcode.net/qyj19920704/springcloud-
config
.git
uri
:
https://gitcode.net/qyj19920704/springcloud-
study
.git
search-paths
:
-
config-repo
-
springcloud-service-config-info/dev
username
:
13113691357
password
:
15671628341qwe
label
:
ma
ster
label
:
ma
in
#服务提供者
eureka
:
...
...
springcloud-service-goods-9100/src/main/resources/bootstrap.yml
0 → 100644
浏览文件 @
223a8e43
#端口号
server
:
port
:
9100
spring
:
cloud
:
config
:
fail-fast
:
false
#客户端连接失败时开启重试,需要结合spring-retry、spring-aop
label
:
main
#获取配置文件的分支名
name
:
application-goods9100
#获取的文件名
profile
:
goods9100
#文件后缀
uri
:
http://localhost:7001
#配置中心服务端地址
eureka
:
client
:
service-url
:
defaultZone
:
http://eureka8767:8767/eureka/,http://eureka8768:8768/eureka/,http://eureka8769:8769/eureka/
\ No newline at end of file
springcloud-service-goods-9200/src/main/resources/bootstrap.yml
0 → 100644
浏览文件 @
223a8e43
#端口号
server
:
port
:
9200
spring
:
cloud
:
config
:
fail-fast
:
false
#客户端连接失败时开启重试,需要结合spring-retry、spring-aop
label
:
main
#获取配置文件的分支名
name
:
application-goods9200
#获取的文件名
profile
:
goods9200
#文件后缀
uri
:
http://localhost:7001
#配置中心服务端地址
eureka
:
client
:
service-url
:
defaultZone
:
http://eureka8767:8767/eureka/,http://eureka8768:8768/eureka/,http://eureka8769:8769/eureka/
\ No newline at end of file
springcloud-service-goods-9300/src/main/resources/bootstrap.yml
0 → 100644
浏览文件 @
223a8e43
#端口号
server
:
port
:
9300
#spring配置
spring
:
cloud
:
config
:
fail-fast
:
false
#客户端连接失败时开启重试,需要结合spring-retry、spring-aop
label
:
main
#获取配置文件的分支名
name
:
application-goods9300
#获取的文件名
profile
:
goods9300
#文件后缀
uri
:
http://localhost:7001
#配置中心服务端地址
#注册中心配置
eureka
:
client
:
service-url
:
defaultZone
:
http://eureka8767:8767/eureka/,http://eureka8768:8768/eureka/,http://eureka8769:8769/eureka/
\ No newline at end of file
springcloud-service-portal-8080/pom.xml
浏览文件 @
223a8e43
...
...
@@ -33,7 +33,6 @@
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-openfeign-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
...
...
@@ -42,6 +41,15 @@
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-netflix-hystrix
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-config-client
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
</dependencies>
...
...
springcloud-service-portal-8080/src/main/resources/bootstrap.yml
0 → 100644
浏览文件 @
223a8e43
#端口号
server
:
port
:
8080
spring
:
cloud
:
config
:
fail-fast
:
false
#客户端连接失败时开启重试,需要结合spring-retry、spring-aop
label
:
main
#获取配置文件的分支名
name
:
application-portal8080
#获取的文件名
profile
:
portal8080
#文件后缀
uri
:
http://localhost:7001
#配置中心服务端地址
eureka
:
client
:
service-url
:
defaultZone
:
http://eureka8767:8767/eureka/,http://eureka8768:8768/eureka/,http://eureka8769:8769/eureka/
\ No newline at end of file
springcloud-service-portal-8081/pom.xml
浏览文件 @
223a8e43
...
...
@@ -33,7 +33,6 @@
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-openfeign-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
...
...
@@ -42,9 +41,15 @@
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-netflix-hystrix
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-config-client
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
...
...
springcloud-service-portal-8081/src/main/resources/bootstrap.yml
0 → 100644
浏览文件 @
223a8e43
#端口号,指定端口,不然默认是8080,会出现冲突
server
:
port
:
8081
spring
:
cloud
:
config
:
fail-fast
:
false
#客户端连接失败时开启重试,需要结合spring-retry、spring-aop
label
:
main
#获取配置文件的分支名
name
:
application-portal8081
#获取的文件名
profile
:
portal8081
#文件后缀
uri
:
http://localhost:7001
#配置中心服务端地址
eureka
:
client
:
service-url
:
defaultZone
:
http://eureka8767:8767/eureka/,http://eureka8768:8768/eureka/,http://eureka8769:8769/eureka/
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录