From 4451a9e4106f67c53d538b01d424f483565817fa Mon Sep 17 00:00:00 2001 From: xuwujing <1060589146@qq.com> Date: Tue, 30 Jan 2024 15:42:01 +0800 Subject: [PATCH] update readme --- README.md | 4 +++- springboot-demo/pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad7cc3e..a713f44 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ springBoot-study 是本人在学习SpringBoot的一些工程! - [springboot-guacamole](https://github.com/xuwujing/springBoot-study/tree/master/springboot-guacamole):SpringBoot结合guacamole实现堡垒机远程桌面控制功能。 - +- [springboot-nacos](https://github.com/xuwujing/springBoot-study/tree/master/springboot-guacamole):SpringBoot结合Nacos实现配置中心的示例。 ## 文章列表 [SpringBoot系列博客:](https://www.cnblogs.com/xuwujing/category/1145997.html) @@ -110,3 +110,5 @@ springBoot-study 是本人在学习SpringBoot的一些工程! - [SpringBoot切面Aop的demo简单讲解](https://www.cnblogs.com/xuwujing/p/12927081.html) +- [springboot整合nacos的入门Demo](https://www.cnblogs.com/xuwujing/p/17991398) + diff --git a/springboot-demo/pom.xml b/springboot-demo/pom.xml index bdf7928..89e9d92 100644 --- a/springboot-demo/pom.xml +++ b/springboot-demo/pom.xml @@ -8,7 +8,7 @@ 2.1.13.RELEASE - com.zans + com.pancm springboot-demo 0.0.1-SNAPSHOT springboot-demo