| 组织ID: |
com.github.fangjinuo.sqlhelper |
| 项目ID: |
sqlhelper-mybatis-spring-boot-autoconfigure |
| 版本: |
2.0.2 |
| 最后修改时间: |
2019-09-04 20:32:20 |
| 包类型: |
jar |
| 大小: |
6.05KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-spring-boot-autoconfigure</artifactId>
<version>2.0.2</version>
</dependency>
|
| Gradle引入代码: |
com.github.fangjinuo.sqlhelper:sqlhelper-mybatis-spring-boot-autoconfigure:2.0.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-spring-boot</artifactId>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlhelper-mybatis-spring-boot-autoconfigure</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-autoconfigure</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.jn.sqlhelper.mybatis.spring.boot.autoconfigure.SqlHelperMybatisAutoConfiguration.class
com.jn.sqlhelper.mybatis.spring.boot.autoconfigure.SqlHelperMybatisProperties.class
META-INF/spring-configuration-metadata.json
META-INF/spring.factories
META-INF/maven/com.github.fangjinuo.sqlhelper/sqlhelper-mybatis-spring-boot-autoconfigure/pom.xml
META-INF/maven/com.github.fangjinuo.sqlhelper/sqlhelper-mybatis-spring-boot-autoconfigure/pom.properties
|
| 依赖Jar: |
|