From e4645a0a48b6bfb545803b2e48cf799005e97602 Mon Sep 17 00:00:00 2001 From: guozhenkun <1736207735@qq.com> Date: Sun, 17 Sep 2023 14:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 47 +++++++ pom.xml | 378 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 425 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05d7c76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +###################################################################### +# Build Tools + +.gradle +/build/ +!gradle/wrapper/gradle-wrapper.jar + +target/ +!.mvn/wrapper/maven-wrapper.jar + +###################################################################### +# IDE + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### JRebel ### +rebel.xml +### NetBeans ### +nbproject/private/ +build/* +nbbuild/ +dist/ +nbdist/ +.nb-gradle/ +target/ + +###################################################################### +# Others +*.log +*.xml.versionsBackup +*.swp + +!*/build/*.java +!*/build/*.html +!*/build/*.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c169cf7 --- /dev/null +++ b/pom.xml @@ -0,0 +1,378 @@ + + + 4.0.0 + + com.bawei + parent + 3.6.0 + + bawei + http://www.bawei.vip + 若依微服务系统 + + + 3.6.0 + UTF-8 + UTF-8 + 17 + 2.7.2 + 2021.0.3 + 2021.0.1.0 + 2.0.4 + 1.5.1 + 2.7.3 + 2.2.2 + 3.0.0 + 1.6.2 + 1.27.2 + 2.3.2 + 1.4.3 + 1.2.11 + 3.5.1 + 2.11.0 + 1.4 + 2.3 + 2.0.12 + 0.9.1 + 8.2.2 + 4.1.2 + 3.2.2 + 2.13.2 + + + + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + + + com.alibaba.cloud + spring-cloud-alibaba-dependencies + ${spring-cloud-alibaba.version} + pom + import + + + + + com.alibaba.nacos + nacos-client + ${alibaba.nacos.version} + + + + + io.seata + seata-spring-boot-starter + ${alibaba.seata.version} + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + com.github.tobato + fastdfs-client + ${tobato.version} + + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${spring-boot.mybatis} + + + + + io.swagger + swagger-models + ${swagger.core.version} + + + io.swagger + swagger-annotations + ${swagger.core.version} + + + + + com.github.penggle + kaptcha + ${kaptcha.version} + + + + + com.github.pagehelper + pagehelper-spring-boot-starter + ${pagehelper.boot.version} + + + + + commons-io + commons-io + ${commons.io.version} + + + + + org.apache.poi + poi-ooxml + ${poi.version} + + + + + commons-fileupload + commons-fileupload + ${commons.fileupload.version} + + + + + org.apache.velocity + velocity-engine-core + ${velocity.version} + + + + + commons-collections + commons-collections + ${commons-collections.version} + + + + + com.alibaba.fastjson2 + fastjson2 + ${fastjson.version} + + + + + io.jsonwebtoken + jjwt + ${jjwt.version} + + + + + com.alibaba + transmittable-thread-local + ${transmittable-thread-local.version} + + + + + com.bawei + bawei-common-core + ${bawei.version} + + + + + com.bawei + bawei-common-swagger + ${bawei.version} + + + + + com.bawei + bawei-common-security + ${bawei.version} + + + + + com.bawei + bawei-common-datascope + ${bawei.version} + + + + + com.bawei + bawei-common-datasource + ${bawei.version} + + + + + com.bawei + bawei-common-log + ${bawei.version} + + + + + com.bawei + bawei-common-redis + ${bawei.version} + + + + + com.bawei + bawei-common-cache + ${bawei.version} + + + + + com.bawei + bawei-common-rabbit + ${bawei.version} + + + + + com.bawei + base-file-common + ${bawei.version} + + + + + com.bawei + base-file-remote + ${bawei.version} + + + + + com.bawei + base-system-common + ${bawei.version} + + + + + com.bawei + base-system-remote + ${bawei.version} + + + + + com.bawei + bawei-mall-product-common + 3.6.0 + + + + + com.bawei + bawei-mall-product-remote + 3.6.0 + + + + + com.bawei + bawei-mall-search-common + 3.6.0 + + + + + com.bawei + bawei-mall-search-remote + 3.6.0 + + + + + org.elasticsearch.client + elasticsearch-rest-high-level-client + 7.17.3 + + + + + com.bawei + bawei-mall-product-cache + 3.6.0 + + + + + pom + + + + + org.springframework.cloud + spring-cloud-starter-bootstrap + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + + + + + public + aliyun nexus + https://maven.aliyun.com/repository/public + + true + + + + + + + public + aliyun nexus + https://maven.aliyun.com/repository/public + + true + + + false + + + + + + + menghang-releases + 梦航-releases + http://nexus.com:8081/repository/maven-releases/ + + + +