MyBatisSpringBootExtensions

mybatis spring boot extensions

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы MyBatis Данные ORM
Группа

Группа

com.github.pepelu0
Идентификатор

Идентификатор

mybatis-spring-boot-extensions
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

MyBatisSpringBootExtensions
mybatis spring boot extensions

Скачать mybatis-spring-boot-extensions

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.mybatis.spring.boot : mybatis-spring-boot-starter Необязательный jar 1.3.1
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 1.5.2.RELEASE

Модули Проекта

Данный проект не имеет модулей.

java-useful-plugins

Useful plugins in Java

MyBatis plugins

Mybatis-spring-boot-starter plugins provide plugins like enum type handlers.

For more usage, refer to mybatis-plugins-demo.

MyBatisEnumTypeHandler

Provide easy way to store/retrieve enum type to/from mybatis. All you need is to configure your enum package.

  • Include mybatis-plugins jar in your class path.

    Maven:

     <dependency>
       <groupId>com.github.pepelu0</groupId>
       <artifactId>mybatis-spring-boot-extensions</artifactId>
       <version>0.0.1</version>
     </dependency>
  • Configure your enum package to be recognized as MyBatisEnumType.

For properties file:

mybatis.plugins.enum-package: **

Версии библиотеки

Версия
0.0.1