LittleBird MyBatis Generator Core

LittleBird MyBatis Generator Core - a code generator for MyBatis and iBatis.

Лицензия

Лицензия

Категории

Категории

Сеть MyBatis Данные ORM
Группа

Группа

net.arccode
Идентификатор

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

littlebird-mybatis-generator-core
Последняя версия

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

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

LittleBird MyBatis Generator Core
LittleBird MyBatis Generator Core - a code generator for MyBatis and iBatis.
Ссылка на сайт

Ссылка на сайт

https://github.com/arccode/littlebird-mybatis-generator-core
Организация-разработчик

Организация-разработчик

MyBatis.org
Система контроля версий

Система контроля версий

https://github.com/arccode/littlebird-mybatis-generator-core

Скачать littlebird-mybatis-generator-core

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

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

Зависимости

provided (2)

Идентификатор библиотеки Тип Версия
log4j : log4j Необязательный jar 1.2.17
org.apache.ant : ant Необязательный jar 1.9.7

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hsqldb : hsqldb jar 2.3.3
com.github.javaparser : javaparser-core jar 2.4.0

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

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

littlebird-mybatis-generator-core文档

该项目基于mybatis-generator-core进行修改, 定制一些更人性化的功能;

修改的功能如下:

  1. 数据库中的字段写有注释, 希望注释能自动生成在对应的领域模型中
  2. 删除领域模型中setter和getter方法的注释
  3. XXMapper.xml空格改为四个
  4. XXMapper.java修改为XXDao.java
  5. 修改XXDao.java注释
  6. 删除直接插入和更新方法, 保留动态插入和动态更新

环境依赖

JDK >= 1.6

如何引入项目

Demo

搭建中

License

Apache

Copyright (c) 2016 arccode or 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.

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

Версия
0.0.1