Browse Source

第一次推送

lym 4 years ago
commit
de5c12fea7
2 changed files with 197 additions and 0 deletions
  1. 0 0
      README.md
  2. 197 0
      pom.xml

+ 0 - 0
README.md


+ 197 - 0
pom.xml

@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>com.hcloud.microserver</groupId>
+    <artifactId>common-parent</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <name>common-parent</name>
+    <description>project-parent</description>
+
+    <parent>
+        <groupId>org.springframework.boot</groupId>
+        <artifactId>spring-boot-starter-parent</artifactId>
+        <version>1.5.18.RELEASE</version>
+        <relativePath/>
+    </parent>
+
+    <properties>
+        <spring.cloud.version>Edgware.SR5</spring.cloud.version>
+        <common.core.version>0.0.1-SNAPSHOT</common.core.version>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
+        <sys.managerclient.version>0.0.1-SNAPSHOT</sys.managerclient.version>
+        <problem.managerclient.version>0.0.1-SNAPSHOT</problem.managerclient.version>
+        <org.managerclient.version>0.0.1-SNAPSHOT</org.managerclient.version>
+        <org.storeclient.version>0.0.1-SNAPSHOT</org.storeclient.version>
+        <goods.managerclient.version>0.0.1-SNAPSHOT</goods.managerclient.version>
+        <goods.managerservice.version>0.0.1-SNAPSHOT</goods.managerservice.version>
+        <store.managerclient.version>0.0.1-SNAPSHOT</store.managerclient.version>
+        <store.manageservice.version>0.0.1-SNAPSHOT</store.manageservice.version>
+        <carbon.managerclient.version>0.0.1-SNAPSHOT</carbon.managerclient.version>
+        <carbon.manageservice.version>0.0.1-SNAPSHOT</carbon.manageservice.version>
+        <traced.source.web.version>0.0.1-SNAPSHOT</traced.source.web.version>
+        <store.smart.web.version>0.0.1-SNAPSHOT</store.smart.web.version>
+        <swagger.version>2.6.1</swagger.version>
+        <java.version>1.8</java.version>
+        <shiro.version>1.4.0</shiro.version>
+        <supply-chain-sys-service.version>0.0.1-SNAPSHOT</supply-chain-sys-service.version>
+        <supply-chain-sys-client.version>0.0.1-SNAPSHOT</supply-chain-sys-client.version>
+        <supply.chain.base.client.version>0.0.1-SNAPSHOT</supply.chain.base.client.version>
+        <supply.chain.base.service.version>0.0.1-SNAPSHOT</supply.chain.base.service.version>
+        <supply.chain.order.client.version>0.0.1-SNAPSHOT</supply.chain.order.client.version>
+        <supply.chain.order.service.version>0.0.1-SNAPSHOT</supply.chain.order.service.version>
+        <supply.chain.web.version>0.0.1-SNAPSHOT</supply.chain.web.version>
+
+        <group.meal.sys.service.version>0.0.1-SNAPSHOT</group.meal.sys.service.version>
+        <group.meal.sys.client.version>0.0.1-SNAPSHOT</group.meal.sys.client.version>
+        <group.meal.base.client.version>0.0.1-SNAPSHOT</group.meal.base.client.version>
+        <group.meal.base.service.version>0.0.1-SNAPSHOT</group.meal.base.service.version>
+        <group.meal.order.client.version>0.0.1-SNAPSHOT</group.meal.order.client.version>
+        <group.meal.order.service.version>0.0.1-SNAPSHOT</group.meal.order.service.version>
+        <group.meal.web.version>0.0.1-SNAPSHOT</group.meal.web.version>
+    </properties>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.springframework.cloud</groupId>
+                <artifactId>spring-cloud-dependencies</artifactId>
+                <version>${spring.cloud.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-starter</artifactId>
+                <version>1.5.18.RELEASE</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-starter-web</artifactId>
+            </dependency>
+            <dependency>
+                <groupId>com.alibaba</groupId>
+                <artifactId>fastjson</artifactId>
+                <version>1.2.58</version>
+            </dependency>
+            <dependency>
+                <groupId>net.sf.dozer</groupId>
+                <artifactId>dozer</artifactId>
+                <version>5.5.1</version>
+            </dependency>
+
+            <dependency>
+                <groupId>com.google.collections</groupId>
+                <artifactId>google-collections</artifactId>
+                <version>1.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.cloud</groupId>
+                <artifactId>spring-cloud-starter-eureka</artifactId>
+                <version>LATEST</version>
+            </dependency>
+            <dependency>
+                <groupId>org.mybatis</groupId>
+                <artifactId>mybatis</artifactId>
+                <version>3.4.5</version>
+            </dependency>
+            <dependency>
+                <groupId>org.mybatis.spring.boot</groupId>
+                <artifactId>mybatis-spring-boot-starter</artifactId>
+                <version>1.3.1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-starter-data-redis</artifactId>
+                <version>1.5.18.RELEASE</version>
+            </dependency>
+            <!--druid -->
+            <dependency>
+                <groupId>com.alibaba</groupId>
+                <artifactId>druid</artifactId>
+                <version>1.1.9</version>
+            </dependency>
+            <!-- 分页支持pageHelper -->
+            <dependency>
+                <groupId>com.github.pagehelper</groupId>
+                <artifactId>pagehelper-spring-boot-starter</artifactId>
+                <version>1.2.5</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-lang3</artifactId>
+                <version>3.6</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-configuration</groupId>
+                <artifactId>commons-configuration</artifactId>
+                <version>1.10</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-fileupload</groupId>
+                <artifactId>commons-fileupload</artifactId>
+                <version>1.3.1</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>2.5</version>
+            </dependency>
+            <dependency>
+                <groupId>mysql</groupId>
+                <artifactId>mysql-connector-java</artifactId>
+                <version>5.1.47</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <dependencies>
+        <!--swagger2-->
+        <dependency>
+            <groupId>io.springfox</groupId>
+            <artifactId>springfox-swagger2</artifactId>
+            <version>2.6.1</version>
+        </dependency>
+        <dependency>
+            <groupId>io.springfox</groupId>
+            <artifactId>springfox-swagger-ui</artifactId>
+            <version>2.6.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <version>1.16.18</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-devtools</artifactId>
+            <optional>true</optional>
+        </dependency>
+    </dependencies>
+
+
+    <!-- 项目部署到私服配置 -->
+    <distributionManagement> <!-- 远程部署管理信息 -->
+        <repository> <!--部署项目产生的构件到远程仓库需要的信息 -->
+            <id>nexus-thirdparty</id>
+            <name>Nexus Release Repository</name>
+            <url>http://192.168.1.58:8081/nexus/content/repositories/thirdparty/</url>
+        </repository>
+
+        <snapshotRepository> <!-- 如果没有配置该元素,默认部署到repository元素配置的仓库 -->
+            <id>nexus-snapshots</id>
+            <name>Nexus Snapshot Repository</name>
+            <url>http://192.168.1.58:8081/nexus/content/repositories/snapshots/</url>
+        </snapshotRepository>
+    </distributionManagement>
+
+</project>