mybatis-mapper-spring-boot-starter

Spring Boot Mybatis-mapper

License

License

Categories

Categories

Spring Boot Container Microservices MyBatis Data ORM
GroupId

GroupId

com.viiyue.plugins
ArtifactId

ArtifactId

mybatis-mapper-spring-boot-starter
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

mybatis-mapper-spring-boot-starter
Spring Boot Mybatis-mapper

Download mybatis-mapper-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.viiyue.plugins/mybatis-mapper-spring-boot-starter/ -->
<dependency>
    <groupId>com.viiyue.plugins</groupId>
    <artifactId>mybatis-mapper-spring-boot-starter</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.viiyue.plugins/mybatis-mapper-spring-boot-starter/
implementation 'com.viiyue.plugins:mybatis-mapper-spring-boot-starter:1.3.1'
// https://jarcasting.com/artifacts/com.viiyue.plugins/mybatis-mapper-spring-boot-starter/
implementation ("com.viiyue.plugins:mybatis-mapper-spring-boot-starter:1.3.1")
'com.viiyue.plugins:mybatis-mapper-spring-boot-starter:jar:1.3.1'
<dependency org="com.viiyue.plugins" name="mybatis-mapper-spring-boot-starter" rev="1.3.1">
  <artifact name="mybatis-mapper-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.viiyue.plugins', module='mybatis-mapper-spring-boot-starter', version='1.3.1')
)
libraryDependencies += "com.viiyue.plugins" % "mybatis-mapper-spring-boot-starter" % "1.3.1"
[com.viiyue.plugins/mybatis-mapper-spring-boot-starter "1.3.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.mybatis.spring.boot : mybatis-spring-boot-autoconfigure jar 2.1.1
com.viiyue.plugins : mybatis-mapper-spring-boot-autoconfigure jar 1.3.1
com.viiyue.plugins : mybatis-mapper-spring jar [1.3.0,1.4.0)

Project Modules

There are no modules declared in this project.

项目发布快照

license Central

用于抽离项目发布到Maven中央库的一些基础配置,从而使子项目可以忽略这些繁琐的配置,仅关注于当前项目所需的配置。

凡是继承此pom配置的子项目将获得这些公用配置,并使用一些基础命令即可将项目发布到Maven中央库。

公共内容

配置setting.xml

更改Maven配置,这一步骤是必不可少的,如果已经配置了其他server,再添加一个 ossrh 的server节点即可。

<servers>
    <server>
        <id>ossrh</id>
        <username>...</username>
        <password>***</password>
    </server>
</servers>

基础命令

# 清空安装目录
$ mvn clean

# 清空并打包项目资源
$ mvn clean package

# 清空并安装项目资源(会判断是否有license.txt文件,有则自动添加文件头部许可证注释)
$ mvn clean install
$ mvn clean install -Plicense

# 清空并打包项目然后发布资源到Maven中央库
$ mvn clean deploy -Prelease

许可证忽略文件规则

[Mac]
**/.DS_Store

[RCS]
**/RCS
**/RCS/**

[SCCS]
**/SCCS
**/SCCS/**

[CVS]
**/CVS
**/CVS/**
**/.cvsignore

[Arch]
**/.arch-ids
**/.arch-ids/**

[Flash]
**/*.swf

[Fonts]
**/*.svg
**/*.eot
**/*.ttf
**/*.woff

[Bazaar]
**/.bzr
**/.bzr/**

[Git]
**/.git
**/.git/**
**/.gitignore
**/.gitmodules

[Darcs]
**/_darcs
**/_darcs/**
**/.darcsrepo
**/.darcsrepo/**
**/-darcs-backup*
**/.darcs-temp-mail

[Travis]
**/.travis.yml

[BitKeeper]
**/BitKeeper
**/BitKeeper/**
**/ChangeSet
**/ChangeSet/**

[Mercurial]
**/.hg
**/.hg/**
**/.hgignore

[Subversion]
**/.svn
**/.svn/**

[Json files]
**/*.json

[Netbeans]
**/nb-configuration.xml

[Descriptors]
**/MANIFEST.MF

[SurroundSCM]
**/.MySCMServerInfo

[Markdown files]
**/*.md

[Checksum files]
**/*.md5
**/*.sha1

[IDEA projet files]
**/*.iml
**/*.ipr
**/*.iws
.idea/**

[Visual SourceSafe]
**/vssver.scc

[ServiceLoader files]
**/META-INF/services/**

[Code coverage tools]
**/cobertura.ser
**/.clover/**

[Eclipse project files]
**/.classpath
**/.project
**/.settings/**

[Binary files - images]
**/*.jpg
**/*.png
**/*.gif
**/*.ico
**/*.bmp
**/*.tiff
**/*.tif
**/*.cr2
**/*.xcf

[Binary files - programs]
**/*.class
**/*.exe
**/*.dll
**/*.so

[Binary files - archives]
**/*.jar
**/*.zip
**/*.rar
**/*.tar
**/*.tar.gz
**/*.tar.bz2
**/*.gz

[Office documents]
**/*.xls
**/*.doc
**/*.odt
**/*.ods
**/*.pdf
**/*.xlsx
**/*.docx
**/*.ppt
**/*.pptx

[Serena Dimensions Version 10]
**/.metadata
**/.metadata/**

[Maven project's temporary files]
**/target/**
**/test-output/**
**/release.properties
**/dependency-reduced-pom.xml
**/release-pom.xml
**/pom.xml.releaseBackup

[Miscellaneous typical temporary files]
**/*~
**/#*#
**/.#*
**/%*%
**/._*
**/.repository/**

[Customize]
mvnw
mvnw.cmd
ICLA
KEYS
NOTICE
LICENSE
**/*.dat
**/*.lck
**/*.log
**/*.ctrl
**/*.providers
**/*.factories
**/*.properties
**/META-INF/**
**/.eclipse
**/.eclipse/**
**/.myeclipse
**/.myeclipse/**
**/.factorypath
**/.factorypath/**
**/.gitattributes
**/.gitattributes/**

关于作者

Versions

Version
1.3.1
1.3.0