brief-mybatis
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-mybatis</artifactId>
<version>3.6.11</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>brief-support</artifactId>
<groupId>com.javaoffers</groupId>
<version>3.6.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>brief-mybatis</artifactId>
<name>brief-mybatis</name>
<properties>
</properties>
<!--Version numbers are aligned with Mybatis compatible versions-->
<dependencies>
<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-core</artifactId>
<version>3.6.11</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>${spring.boot.autoconfigure}</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mybatis/mybatis -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>${mybatis.version}</version>
</dependency>
<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-spring-jdbc</artifactId>
<version>3.6.11</version>
</dependency>
</dependencies>
<!-- <!– FIXME change it to the project's website –>-->
<!-- <url>https://github.com/javaoffers/brief</url>-->
<!-- <description>javaoffers is opened project</description>-->
<!-- <!–licenses 默认用这个就可以–>-->
<!-- <licenses>-->
<!-- <license>-->
<!-- <name>Server Side Public License</name>-->
<!-- <url>https://www.mongodb.com/licensing/server-side-public-license</url>-->
<!-- <distribution>repo</distribution>-->
<!-- <comments>A not business-friendly OSS license</comments>-->
<!-- </license>-->
<!-- </licenses>-->
<!-- <!–配置你github信息–>-->
<!-- <scm>-->
<!-- <url>git:https://github.com/javaoffers/brief-mybatis.git</url>-->
<!-- <developerConnection>scm:git:https://github.com/javaoffers/brief-mybatis.git</developerConnection>-->
<!-- <connection>scm:git:https://github.com/javaoffers/brief-mybatis.git</connection>-->
<!-- <tag>vy</tag>-->
<!-- </scm>-->
<!-- <!–name 和 id 指定你 https://oss.sonatype.org 的登录名称, email 你创建gpg私钥时填写的email就可以–>-->
<!-- <developers>-->
<!-- <developer>-->
<!-- <name>caomingjie</name>-->
<!-- <id>caomingjie</id>-->
<!-- <email>caomingjiecode@outlook.com</email>-->
<!-- <roles>-->
<!-- <role>Developer</role>-->
<!-- </roles>-->
<!-- <timezone>+8</timezone>-->
<!-- </developer>-->
<!-- </developers>-->
<!-- <profiles>-->
<!-- <profile>-->
<!-- <id>default</id>-->
<!-- <activation>-->
<!-- <activeByDefault>true</activeByDefault>-->
<!-- </activation>-->
<!-- <build>-->
<!-- <plugins>-->
<!-- <!–source 打包–>-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-source-plugin</artifactId>-->
<!-- <version>2.2.1</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <phase>package</phase>-->
<!-- <goals>-->
<!-- <goal>jar-no-fork</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<!-- <!–javadoc打包–>-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-javadoc-plugin</artifactId>-->
<!-- <version>3.2.0</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <phase>package</phase>-->
<!-- <goals>-->
<!-- <goal>jar</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- <!–防止生成 javadoc 报错–>-->
<!-- <configuration>-->
<!-- <!– jdk1.8要加上,1.7要去掉,否则会报错 –>-->
<!-- <additionalJOptions>-->
<!-- <additionalJOption>-Xdoclint:none</additionalJOption>-->
<!-- </additionalJOptions>-->
<!-- </configuration>-->
<!-- </plugin>-->
<!-- <!–gpg打包插件, 第一次打包会让输入密码(你创建gpg私钥时的密码)–>-->
<!-- <!– <plugin>–>-->
<!-- <!– <groupId>org.apache.maven.plugins</groupId>–>-->
<!-- <!– <artifactId>maven-gpg-plugin</artifactId>–>-->
<!-- <!– <version>1.6</version>–>-->
<!-- <!– <executions>–>-->
<!-- <!– <execution>–>-->
<!-- <!– <phase>verify</phase>–>-->
<!-- <!– <goals>–>-->
<!-- <!– <goal>sign</goal>–>-->
<!-- <!– </goals>–>-->
<!-- <!– </execution>–>-->
<!-- <!– </executions>–>-->
<!-- <!– </plugin>–>-->
<!-- </plugins>-->
<!-- </build>-->
<!-- <!–配置你创建issue时,解决人员给你最后发的,通常都一样可以不改–>-->
<!-- <distributionManagement>-->
<!-- <snapshotRepository>-->
<!-- <id>ossrh</id>-->
<!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url>-->
<!-- </snapshotRepository>-->
<!-- <repository>-->
<!-- <id>ossrh</id>-->
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>-->
<!-- </repository>-->
<!-- </distributionManagement>-->
<!-- </profile>-->
<!-- </profiles>-->
<!-- <build>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-release-plugin</artifactId>-->
<!-- <version>2.5.3</version>-->
<!-- <configuration>-->
<!-- <autoVersionSubmodules>true</autoVersionSubmodules>-->
<!-- <tagNameFormat>v@{project.version}</tagNameFormat>-->
<!-- <generateReleasePoms>false</generateReleasePoms>-->
<!-- <arguments>-DskipTests</arguments>-->
<!-- </configuration>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </build>-->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</build>
</project>