From ea00b377ba94c377537d9468c33c164545c9bb45 Mon Sep 17 00:00:00 2001 From: zzh <2441574824@qq.com> Date: Sun, 4 Aug 2024 16:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../bwie/nacos/remote/service/NacosServeService.java | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/main/java/com/bwie/nacos/remote/service/NacosServeService.java diff --git a/pom.xml b/pom.xml index e80f56a..98f6d84 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.bwie cloud-common-nacos-remote - 1.0-SNAPSHOT + 1.0.0 17 diff --git a/src/main/java/com/bwie/nacos/remote/service/NacosServeService.java b/src/main/java/com/bwie/nacos/remote/service/NacosServeService.java new file mode 100644 index 0000000..3ce13d2 --- /dev/null +++ b/src/main/java/com/bwie/nacos/remote/service/NacosServeService.java @@ -0,0 +1,10 @@ +package com.bwie.nacos.remote.service; + +/** + * @Author:zhangzhihao + * @name:NacosServeService + * @Date:2024/8/4 16:11 + * 不准抄代码,添加注释,清楚每一行代码意思 + */ +public class NacosServeService { +}