diff --git a/README.md b/README.md index 95759d4..2d0a542 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,10 @@ ![prometheus + grafana 监控 docker](img/docker.png) +![监控 nginx1](img/nginx1.png) + +![监控 nginx2](img/nginx2.png) + ![监控redis](img/redis.png) ![nacos1](img/nacos1.png) diff --git a/img/nginx1.png b/img/nginx1.png new file mode 100644 index 0000000..428f2f8 Binary files /dev/null and b/img/nginx1.png differ diff --git a/img/nginx2.png b/img/nginx2.png new file mode 100644 index 0000000..0b25c5d Binary files /dev/null and b/img/nginx2.png differ diff --git a/shoulder-gateway/pom.xml b/shoulder-gateway/pom.xml index 516b802..ccb595d 100644 --- a/shoulder-gateway/pom.xml +++ b/shoulder-gateway/pom.xml @@ -21,7 +21,7 @@ - 0.6 + 0.7-SNAPSHOT 2.3.6.RELEASE Hoxton.SR9 2.2.3.RELEASE diff --git a/shoulder-gateway/shoulder-api-gateway/pom.xml b/shoulder-gateway/shoulder-api-gateway/pom.xml index def7c03..fd77253 100644 --- a/shoulder-gateway/shoulder-api-gateway/pom.xml +++ b/shoulder-gateway/shoulder-api-gateway/pom.xml @@ -15,7 +15,7 @@ ${project.artifactId} - 0.6 + 0.7-SNAPSHOT 2.3.6.RELEASE Hoxton.SR9 2.2.3.RELEASE diff --git a/shoulder-generator/pom.xml b/shoulder-generator/pom.xml index b6f2c3b..62ab6a7 100644 --- a/shoulder-generator/pom.xml +++ b/shoulder-generator/pom.xml @@ -5,7 +5,7 @@ cn.itlym shoulder-parent - 0.6 + 0.7-SNAPSHOT 4.0.0 diff --git a/shoulder-platform-common/pom.xml b/shoulder-platform-common/pom.xml index a4491cd..f564f7b 100644 --- a/shoulder-platform-common/pom.xml +++ b/shoulder-platform-common/pom.xml @@ -30,7 +30,7 @@ - 0.6 + 0.7-SNAPSHOT 1.0-SNAPSHOT diff --git a/shoulder-platform-common/shoulder-platform-parent/pom.xml b/shoulder-platform-common/shoulder-platform-parent/pom.xml index 801aa18..3f810e4 100644 --- a/shoulder-platform-common/shoulder-platform-parent/pom.xml +++ b/shoulder-platform-common/shoulder-platform-parent/pom.xml @@ -5,7 +5,7 @@ cn.itlym shoulder-parent - 0.6 + 0.7-SNAPSHOT 4.0.0 @@ -18,7 +18,7 @@ - 0.6 + 0.7-SNAPSHOT 1.0-SNAPSHOT 1.0-SNAPSHOT diff --git a/shoulder-platform-common/shoulder-sms-aliyun-spring-boot-starter/pom.xml b/shoulder-platform-common/shoulder-sms-aliyun-spring-boot-starter/pom.xml index 2e28e22..a459b68 100644 --- a/shoulder-platform-common/shoulder-sms-aliyun-spring-boot-starter/pom.xml +++ b/shoulder-platform-common/shoulder-sms-aliyun-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ cn.itlym shoulder-parent - 0.6 + 0.7-SNAPSHOT 4.0.0 diff --git a/shoulder-user-center/uaa-api/src/main/java/cn/itlym/platform/uaa/api/DemoRestfulApi.java b/shoulder-user-center/uaa-api/src/main/java/cn/itlym/platform/uaa/api/DemoRestfulApi.java index 7017652..3ace2ba 100644 --- a/shoulder-user-center/uaa-api/src/main/java/cn/itlym/platform/uaa/api/DemoRestfulApi.java +++ b/shoulder-user-center/uaa-api/src/main/java/cn/itlym/platform/uaa/api/DemoRestfulApi.java @@ -11,7 +11,7 @@ import javax.ws.rs.core.MediaType; /** * demo restful api * - * @author shoulder + * @author lym */ @Path("/rest/demo/v1") @Produces(MediaType.APPLICATION_JSON)