- <?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.qmrz</groupId>
- <artifactId>codeGenerate</artifactId>
- <packaging>pom</packaging>
- <version>1.0</version>
-
- <repositories>
- <repository>
- <id>ab</id>
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>ab</id>
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
- </pluginRepository>
- </pluginRepositories>
-
- <description>代码生成器</description>
- <modules>
- <module>common</module>
- <module>service</module>
- </modules>
-
- <!--<properties>-->
- <!--<spring-version>5.0.6.RELEASE</spring-version>-->
- <!--</properties>-->
-
- <!--<properties>-->
- <!--<start-class>com.qmrz.App</start-class>-->
- <!--</properties>-->
-
- <parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>2.0.4.RELEASE</version>
- <relativePath/>
- </parent>
-
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-tomcat</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <!--<dependency>-->
- <!--<groupId>org.springframework.boot</groupId>-->
- <!--<artifactId>spring-boot-starter-redis</artifactId>-->
- <!--</dependency>-->
-
- <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-redis -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-data-redis</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.springframework.session</groupId>
- <artifactId>spring-session-data-redis</artifactId>
- </dependency>
-
- <!-- https://mvnrepository.com/artifact/org.springframework.session/spring-session -->
- <!--<dependency>-->
- <!--<groupId>org.springframework.session</groupId>-->
- <!--<artifactId>spring-session</artifactId>-->
- <!--<version>1.3.3.RELEASE</version>-->
- <!--</dependency>-->
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-websocket</artifactId>
- </dependency>
-
- <!-- websocket客户端 -->
- <dependency>
- <groupId>org.java-websocket</groupId>
- <artifactId>Java-WebSocket</artifactId>
- <version>1.3.8</version>
- </dependency>
-
- <dependency>
- <groupId>com.github.signalr4j</groupId>
- <artifactId>signalr4j</artifactId>
- <version>2.0.3</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-starter-thymeleaf</artifactId>-->
- <!--</dependency>-->
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-freemarker</artifactId>
- </dependency>
-
- <dependency>
- <groupId>com.googlecode.rapid-framework</groupId>
- <artifactId>rapid-core</artifactId>
- <version>4.0.4</version>
- </dependency>
-
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-configuration-processor</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.mybatis.spring.boot</groupId>
- <artifactId>mybatis-spring-boot-starter</artifactId>
- <version>1.3.2</version>
- </dependency>
-
- <!-- https://mvnrepository.com/artifact/com.baomidou/mybatis-plus -->
- <!--<dependency>-->
- <!--<groupId>com.baomidou</groupId>-->
- <!--<artifactId>mybatis-plus</artifactId>-->
- <!--<version>2.3</version>-->
- <!--</dependency>-->
-
- <!--<dependency>-->
- <!--<groupId>tk.mybatis</groupId>-->
- <!--<artifactId>mapper-spring-boot-starter</artifactId>-->
- <!--<version>4.0.0-beta</version>-->
- <!--</dependency>-->
-
- <dependency>
- <groupId>tk.mybatis</groupId>
- <artifactId>mapper</artifactId>
- <version>4.0.0</version>
- </dependency>
-
-
- <!--<dependency>-->
- <!--<groupId>org.springframework.boot</groupId>-->
- <!--<artifactId>spring-boot-starter-validation</artifactId>-->
- <!--</dependency>-->
-
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>6.0.10.Final</version>
- </dependency>
-
- <dependency>
- <groupId>com.github.pagehelper</groupId>
- <artifactId>pagehelper</artifactId>
- <version>5.1.4</version>
- </dependency>
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-aop</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-cache</artifactId>
- </dependency>
-
- <!--<dependency>-->
- <!--<groupId>org.springframework.security</groupId>-->
- <!--<artifactId>spring-security-web</artifactId>-->
- <!--</dependency>-->
-
- <!--<dependency>-->
- <!--<groupId>org.springframework.security</groupId>-->
- <!--<artifactId>spring-security-config</artifactId>-->
- <!--</dependency>-->
-
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid</artifactId>
- <version>1.1.9</version>
- </dependency>
-
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>8.0.11</version>
- </dependency>
-
- <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
- <!--<dependency>-->
- <!--<groupId>org.postgresql</groupId>-->
- <!--<artifactId>postgresql</artifactId>-->
- <!--<version>42.2.5</version>-->
- <!--</dependency>-->
-
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.47</version>
- </dependency>
-
-
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>1.16.20</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.6</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.shiro</groupId>
- <artifactId>shiro-spring</artifactId>
- <version>1.4.0</version>
- </dependency>
-
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.11</version>
- </dependency>
-
- <dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- </dependency>
-
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>1.6.1</version>
- </dependency>
-
- <!--<dependency>-->
- <!--<groupId>com.thoughtworks.xstream</groupId>-->
- <!--<artifactId>xstream</artifactId>-->
- <!--<version>1.4.10</version>-->
- <!--</dependency>-->
-
- <!--<dependency>-->
- <!--<groupId>com.aliyun</groupId>-->
- <!--<artifactId>aliyun-java-sdk-dysmsapi</artifactId>-->
- <!--<version>1.0.0</version>-->
- <!--<scope>compile</scope>-->
- <!--</dependency>-->
-
- <!--<dependency>-->
- <!--<groupId>com.aliyun</groupId>-->
- <!--<artifactId>aliyun-java-sdk-core</artifactId>-->
- <!--<optional>true</optional>-->
- <!--<version>3.2.8</version>-->
- <!--</dependency>-->
-
- <dependency>
- <groupId>com.fasterxml.jackson.jaxrs</groupId>
- <artifactId>jackson-jaxrs-xml-provider</artifactId>
- <version>2.9.6</version>
- </dependency>
-
- <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5.6</version>
- </dependency>
-
- <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload -->
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.3.3</version>
- </dependency>
-
- <!-- https://mvnrepository.com/artifact/org.json/json -->
- <!--<dependency>-->
- <!--<groupId>org.json</groupId>-->
- <!--<artifactId>json</artifactId>-->
- <!--<version>20180813</version>-->
- <!--</dependency>-->
-
- <!-- https://mvnrepository.com/artifact/net.coobird/thumbnailator -->
- <dependency>
- <groupId>net.coobird</groupId>
- <artifactId>thumbnailator</artifactId>
- <version>0.4.8</version>
- </dependency>
-
- <!-- https://mvnrepository.com/artifact/com.auth0/java-jwt -->
- <dependency>
- <groupId>com.auth0</groupId>
- <artifactId>java-jwt</artifactId>
- <version>3.4.1</version>
- </dependency>
-
- </dependencies>
-
- <build>
- <!--<resources>-->
- <!--<resource>-->
- <!--<directory>src/main/resources</directory>-->
- <!--<filtering>true</filtering>-->
- <!--<excludes>-->
- <!--<exclude>files/**</exclude>-->
- <!--</excludes>-->
- <!--</resource>-->
- <!--<resource>-->
- <!--<directory>src/main/resources</directory>-->
- <!--<filtering>false</filtering>-->
- <!--<includes>-->
- <!--<include>files/**</include>-->
- <!--</includes>-->
- <!--</resource>-->
- <!--</resources>-->
-
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
- <configuration>
-
- <source>1.8</source>
- <target>1.8</target>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.6</version>
- <configuration>
-
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.21.0</version>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- </project>
|