chenweida 7 éve
szülő
commit
aa8ff5e0d3
2 módosított fájl, 15 hozzáadás és 1 törlés
  1. 1 1
      common-lib/pom.xml
  2. 14 0
      pom.xml

+ 1 - 1
common-lib/pom.xml

@ -17,7 +17,7 @@
    <modules>
        <module>../jolokia-admin</module><!--springBoot性能分析项目-->
        <!--<module>../jolokia-admin</module>&lt;!&ndash;springBoot性能分析项目&ndash;&gt;-->
        <module>../patient-co/patient-co-wlyy</module> <!--i健康-->
        <module>../patient-co/patient-co-statistics</module> <!--i健康 mysql 版本统计-->

+ 14 - 0
pom.xml

@ -8,6 +8,20 @@
    <packaging>pom</packaging>
    <name>wlyy</name>
    <!--deploy 的时候发布到这个服务器-->
    <distributionManagement>
        <repository>
            <id>releases</id>
            <name>Releases</name>
            <url>http://172.19.103.43:8081/nexus/content/repositories/releases/</url>
        </repository>
        <snapshotRepository>
            <id>snapshots</id>
            <name>Snapshots</name>
            <url>http://172.19.103.43:8081/nexus/content/repositories/snapshots/</url>
        </snapshotRepository>
    </distributionManagement>
    <properties>
        <version.spring-boot>1.3.5.RELEASE</version.spring-boot>
        <version.springside>4.2.3-GA</version.springside>