liuvei-pom-web-ssm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.liuvei.pom</groupId> <artifactId>liuvei-pom-web-ssm</artifactId> <version>1.2.0</version> </dependency>
<?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"> <parent> <artifactId>liuvei-pom-web-ssj</artifactId> <groupId>com.liuvei.pom</groupId> <version>1.2.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>liuvei-pom-web-ssm</artifactId> <packaging>pom</packaging> <dependencies> <!-- ********************************************************************** --> <!--***** 2001. [mybatis][jar] --> <!-- ********************************************************************** --> <!-- mybatis核心包 --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>${mybatis.core.version}</version> </dependency> <!-- mybatis与spring整合包 --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis-spring</artifactId> <version>${mybatis.spring.version}</version> </dependency> <!-- mybatis分页插件 --> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>${mybatis.pagehelper.version}</version> </dependency> <!-- mybatis代码生成 --> <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-core</artifactId> <version>${mybatis.generator.version}</version> </dependency> <!-- ********************************************************************** --> </dependencies> <licenses> <license> <name>APACHE LICENSE, VERSION 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> </license> </licenses> <developers> <developer> <name>liuvei</name> <email>liuvei@souhu.com</email> </developer> </developers> </project>