LittleBird MyBatis Generator Core

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

License

License

Categories

Categories

Net MyBatis Data ORM
GroupId

GroupId

net.arccode
ArtifactId

ArtifactId

littlebird-mybatis-generator-core
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Project Organization

MyBatis.org
Source Code Management

Source Code Management

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

Download littlebird-mybatis-generator-core

How to add to project

<!-- 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"]

Dependencies

provided (2)

Group / Artifact Type Version
log4j : log4j Optional jar 1.2.17
org.apache.ant : ant Optional jar 1.9.7

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hsqldb : hsqldb jar 2.3.3
com.github.javaparser : javaparser-core jar 2.4.0

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.0.1