fun.fengwk.auto-mapper:example

Automapper is a MyBatis SQL generation tool, it provides a JPA-like interface method to SQL ability, only rely on a compile time JAR package can avoid a lot of simple and similar to the repeated writing of SQL work.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

fun.fengwk.auto-mapper
ArtifactId

ArtifactId

example
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

Automapper is a MyBatis SQL generation tool, it provides a JPA-like interface method to SQL ability, only rely on a compile time JAR package can avoid a lot of simple and similar to the repeated writing of SQL work.

Download example

How to add to project

<!-- https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/example/ -->
<dependency>
    <groupId>fun.fengwk.auto-mapper</groupId>
    <artifactId>example</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/example/
implementation 'fun.fengwk.auto-mapper:example:0.0.8'
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/example/
implementation ("fun.fengwk.auto-mapper:example:0.0.8")
'fun.fengwk.auto-mapper:example:jar:0.0.8'
<dependency org="fun.fengwk.auto-mapper" name="example" rev="0.0.8">
  <artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.auto-mapper', module='example', version='0.0.8')
)
libraryDependencies += "fun.fengwk.auto-mapper" % "example" % "0.0.8"
[fun.fengwk.auto-mapper/example "0.0.8"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-starter-web jar
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 2.1.4
mysql : mysql-connector-java jar

provided (1)

Group / Artifact Type Version
fun.fengwk.auto-mapper : processor jar 0.0.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1