mybatis-boot-generator-autoconfigure

mybatis plus spring-boot generator autoconfigure

License

License

Categories

Categories

Auto Application Layer Libs Code Generators config Configuration MyBatis Data ORM
GroupId

GroupId

com.github.odinysus
ArtifactId

ArtifactId

mybatis-boot-generator-autoconfigure
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

mybatis-boot-generator-autoconfigure
mybatis plus spring-boot generator autoconfigure
Project URL

Project URL

https://github.com/Odinysus/
Source Code Management

Source Code Management

https://github.com/Odinysus/mybatis-boot-generator-autoconfigure/tree/master

Download mybatis-boot-generator-autoconfigure

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.0.2.RELEASE
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 1.3.2
com.baomidou : mybatis-plus-support jar 2.3
com.baomidou : mybatis-plus-generate jar 2.3
mysql : mysql-connector-java jar 5.1.46
org.apache.velocity : velocity jar 1.7
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.2.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

mybatis-boot-generator-autoconfigure

mybatis plus spring-boot generator autoconfigure

use spring boot autoconfigure to replace code configure.


Usage

<groupId>com.github.odinysus</groupId>
	<artifactId>mybatis-boot-generator-autoconfigure</artifactId>
<version>0.0.1</version>

all generator configure is under mybatis.gen.

fewest config like this:

mybatis:
  gen:
    datasource:
      url: jdbc:mysql://localhost:3306/database?useSSL=false
      username: root
      password:
    strategy:
      include:
        - user   //  table you want to generate

Detail config

mybatis plus generator

Versions

Version
0.0.4
0.0.3
0.0.2
0.0.1