| 组织ID: |
com.viiyue.plugins |
| 项目ID: |
mybatis-mapper-spring-boot-autoconfigure |
| 版本: |
1.3.1 |
| 最后修改时间: |
2020-03-12 13:14:31 |
| 包类型: |
jar |
| 标题: |
mybatis-mapper-spring-boot-autoconfigure |
| 大小: |
15.68KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.viiyue.plugins</groupId>
<artifactId>mybatis-mapper-spring-boot-autoconfigure</artifactId>
<version>1.3.1</version>
</dependency>
|
| Gradle引入代码: |
com.viiyue.plugins:mybatis-mapper-spring-boot-autoconfigure:1.3.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0"?>
<!--
~ Copyright (C) 2019 the original author or authors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.viiyue.plugins</groupId>
<artifactId>mybatis-mapper-spring-boot</artifactId>
<version>1.3.1</version>
</parent>
<artifactId>mybatis-mapper-spring-boot-autoconfigure</artifactId>
<name>mybatis-mapper-spring-boot-autoconfigure</name>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-autoconfigure</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.viiyue.plugins</groupId>
<artifactId>mybatis-mapper-spring</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.viiyue.plugins.mybatis.spring.boot.autoconfigure.MybatisMapperAutoConfiguration.class
com.viiyue.plugins.mybatis.spring.boot.autoconfigure.MybatisMapperLanguageDriverAutoConfiguration.class
com.viiyue.plugins.mybatis.spring.boot.autoconfigure.MybatisMapperProperties.class
META-INF/additional-spring-configuration-metadata.json
META-INF/LICENSE
META-INF/NOTICE
META-INF/spring-autoconfigure-metadata.properties
META-INF/spring-configuration-metadata.json
META-INF/spring.factories
META-INF/maven/com.viiyue.plugins/mybatis-mapper-spring-boot-autoconfigure/pom.xml
META-INF/maven/com.viiyue.plugins/mybatis-mapper-spring-boot-autoconfigure/pom.properties
|
| 依赖Jar: |
|