| | |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <groupId>com.nanometer</groupId> |
| | | <artifactId>smartlab</artifactId> |
| | | <artifactId>smartlab_promote</artifactId> |
| | | <packaging>war</packaging> |
| | | <version>1.0-SNAPSHOT</version> |
| | | <name>smartlab Maven Webapp</name> |
| | |
| | | <dependency> |
| | | <groupId>org.mybatis</groupId> |
| | | <artifactId>mybatis</artifactId> |
| | | <version>3.2.8</version> |
| | | <version>3.5.2</version> |
| | | </dependency> |
| | | |
| | | <!--mybatis spring 插件 --> |
| | | <dependency> |
| | | <groupId>org.mybatis</groupId> |
| | | <artifactId>mybatis-spring</artifactId> |
| | | <version>1.2.2</version> |
| | | <version>2.1.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cglib</groupId> |
| | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | | <version>1.0.12</version> |
| | | <version>1.2.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <artifactId>commons-compress</artifactId> |
| | | <version>1.20</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <version>1.18.30</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>5.8.9</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>core</artifactId> |
| | | <version>3.3.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>javase</artifactId> |
| | | <version>3.3.3</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>test</id> |
| | | <properties> |
| | | <profile.active>gslab</profile.active> |
| | | <profile.active>levena</profile.active> |
| | | </properties> |
| | | <activation> |
| | | <activeByDefault>true</activeByDefault> |
| | | </activation> |
| | | </profile> |
| | | <profile> |
| | | <id>sds</id> |
| | | <properties> |
| | | <profile.active>sds</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>lhs</id> |
| | | <properties> |
| | | <profile.active>lhs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>sin</id> |
| | | <properties> |
| | | <profile.active>sin</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>twt</id> |
| | | <properties> |
| | | <profile.active>twt</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>hws</id> |
| | | <properties> |
| | | <profile.active>hws</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>gcs</id> |
| | | <properties> |
| | | <profile.active>gcs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>lzhws</id> |
| | | <properties> |
| | | <profile.active>lzhws</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>qhyhs</id> |
| | | <properties> |
| | | <profile.active>qhyhs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>szygs</id> |
| | | <properties> |
| | | <profile.active>szygs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>zkysh</id> |
| | | <properties> |
| | | <profile.active>zkysh</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>shgjs</id> |
| | | <properties> |
| | | <profile.active>shgjs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>zkyshs</id> |
| | | <properties> |
| | | <profile.active>zkyshs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>gslab</id> |
| | | <properties> |
| | | <profile.active>gslab</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>zkdsz</id> |
| | | <properties> |
| | | <profile.active>zkdsz</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>xjdx</id> |
| | | <properties> |
| | | <profile.active>xjdx</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>aky</id> |
| | | <properties> |
| | | <profile.active>aky</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>silkroad</id> |
| | | <properties> |
| | | <profile.active>silkroad</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>guotai</id> |
| | | <properties> |
| | | <profile.active>guotai</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>cq</id> |
| | | <properties> |
| | | <profile.active>cq</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>sdy</id> |
| | | <properties> |
| | | <profile.active>sdy</profile.active> |
| | | </properties> |
| | | </profile> |
| | | </profiles> |
| | | <build> |
| | | <finalName>smartlab</finalName> |
| | | <finalName>smartlab_promote</finalName> |
| | | <filters> |
| | | <filter>src/main/webapp/WEB-INF/${profile.active}/${profile.active}.properties</filter> |
| | | </filters> |