From 6a34754dd80705b01f0f7566b0190e634dd4dfc9 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Tue, 15 Mar 2022 22:48:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.gitignore | 33 +++++++++++++++++++ .../pom.xml | 11 +++++-- 2 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/.gitignore diff --git a/hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/.gitignore b/hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/.gitignore new file mode 100644 index 00000000..549e00a2 --- /dev/null +++ b/hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/.gitignore @@ -0,0 +1,33 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ diff --git a/hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/pom.xml b/hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/pom.xml index 522d6189..73c3f4fe 100644 --- a/hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/pom.xml +++ b/hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/pom.xml @@ -7,8 +7,8 @@ cn.hippo4j ${revision} - 4.0.0 + 4.0.0 hippo4j-core-zookeeper-spring-boot-starter-example @@ -20,24 +20,29 @@ org.springframework.boot spring-boot-starter-web + org.springframework.boot spring-boot-starter-logging + cn.hippo4j hippo4j-core-spring-boot-starter - 1.1.0 + ${revision} + org.apache.curator curator-framework 5.1.0 + cn.hippo4j hippo4j-example-core ${revision} - \ No newline at end of file + +