From 29f0158184db3e34f0e7bd3402bceff0f626295d Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Mon, 18 Oct 2021 10:17:15 +0800 Subject: [PATCH] Initial commit --- pom.xml | 229 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 118 insertions(+), 111 deletions(-) diff --git a/pom.xml b/pom.xml index 1faf895..35b63c6 100644 --- a/pom.xml +++ b/pom.xml @@ -2,123 +2,130 @@ - 4.0.0 + 4.0.0 - com.schbrain.framework - skeleton-parent - 1.0.0-SNAPSHOT - pom + com.schbrain.framework + skeleton-parent + 1.0.0-SNAPSHOT + pom - - UTF-8 - 11 - 11 + + UTF-8 + UTF-8 + 11 + 11 - 1.0.0-SNAPSHOT - 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT - 2.5.5 - 2.7.14 - 3.4.3.4 - 3.5.7 - 5.7.14 - 5.2.0 - 3.7.0 - + 2.5.5 + 2.7.14 + 3.4.3.4 + 3.5.7 + 5.7.14 + 5.2.0 + 3.7.0 + - - - - - com.schbrain.framework - dubbo-spring-boot-starter - ${schbrain-dubbo.version} - - - com.schbrain.common - schbrain-common - ${schbrain-common.version} - + + + + + com.schbrain.framework + dubbo-spring-boot-starter + ${schbrain-dubbo.version} + + + com.schbrain.framework + mybatis-spring-boot-starter + ${schbrain-dubbo.version} + + + com.schbrain.common + schbrain-common + ${schbrain-common.version} + - - - - org.apache.dubbo - dubbo-spring-boot-starter - ${dubbo.version} - - - org.apache.dubbo - dubbo - ${dubbo.version} - - - org.apache.curator - curator-recipes - ${curator.version} - - - org.apache.curator - curator-x-discovery - ${curator.version} - - - org.apache.zookeeper - zookeeper - ${zookeeper.version} - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - - - com.baomidou - mybatis-plus-boot-starter - ${mybatis-plus.version} - - - org.mybatis - mybatis - ${mybatis.version} - - - cn.hutool - hutool-all - ${hutool.version} - - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - - + + + + org.apache.dubbo + dubbo-spring-boot-starter + ${dubbo.version} + + + org.apache.dubbo + dubbo + ${dubbo.version} + + + org.apache.curator + curator-recipes + ${curator.version} + + + org.apache.curator + curator-x-discovery + ${curator.version} + + + org.apache.zookeeper + zookeeper + ${zookeeper.version} + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + com.baomidou + mybatis-plus-boot-starter + ${mybatis-plus.version} + + + org.mybatis + mybatis + ${mybatis.version} + + + cn.hutool + hutool-all + ${hutool.version} + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + - - - - org.apache.maven.plugins - maven-source-plugin - 3.2.1 - - - compile - - jar-no-fork - - - - - - + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + compile + + jar-no-fork + + + + + + -- GitLab