升级支持Spring Cloud 2023+Spring Boot 3.2+JDK 17

This commit is contained in:
macro
2024-08-07 19:31:54 +08:00
parent fd5246c588
commit 9ed14531f5
416 changed files with 7830 additions and 5820 deletions

View File

@@ -43,7 +43,7 @@ filter{
}
output {
elasticsearch {
hosts => "es:9200"
hosts => "localhost:9200"
index => "mall-%{type}-%{+YYYY.MM.dd}"
}
}

View File

@@ -17,8 +17,7 @@ spec:
spec:
containers:
- name: mall-admin
# 指定Docker Hub中的镜像地址
image: macrodocker/mall-admin:1.0-SNAPSHOT
image: mall/mall-admin:1.0-SNAPSHOT
ports:
- containerPort: 8080
env:

View File

@@ -17,8 +17,7 @@ spec:
spec:
containers:
- name: mall-auth
# 指定Docker Hub中的镜像地址
image: macrodocker/mall-auth:1.0-SNAPSHOT
image: mall/mall-auth:1.0-SNAPSHOT
ports:
- containerPort: 8401
env:

View File

@@ -17,8 +17,7 @@ spec:
spec:
containers:
- name: mall-gateway
# 指定Docker Hub中的镜像地址
image: macrodocker/mall-gateway:1.0-SNAPSHOT
image: mall/mall-gateway:1.0-SNAPSHOT
ports:
- containerPort: 8201
env:

View File

@@ -17,8 +17,7 @@ spec:
spec:
containers:
- name: mall-monitor
# 指定Docker Hub中的镜像地址
image: macrodocker/mall-monitor:1.0-SNAPSHOT
image: mall/mall-monitor:1.0-SNAPSHOT
ports:
- containerPort: 8101
env:

View File

@@ -4,11 +4,12 @@ metadata:
name: mall-monitor-service
namespace: default
spec:
type: ClusterIP
type: NodePort
selector:
app: mall-monitor
ports:
- name: http
protocol: TCP
port: 8101
targetPort: 8101
targetPort: 8101
nodePort: 30101

View File

@@ -17,8 +17,7 @@ spec:
spec:
containers:
- name: mall-portal
# 指定Docker Hub中的镜像地址
image: macrodocker/mall-portal:1.0-SNAPSHOT
image: mall/mall-portal:1.0-SNAPSHOT
ports:
- containerPort: 8085
env:

View File

@@ -17,8 +17,7 @@ spec:
spec:
containers:
- name: mall-search
# 指定Docker Hub中的镜像地址
image: macrodocker/mall-search:1.0-SNAPSHOT
image: mall/mall-search:1.0-SNAPSHOT
ports:
- containerPort: 8081
env:

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB