template-dao

Provide some convenient methods to operate mysql daos.

License

License

GroupId

GroupId

me.wuwenbin
ArtifactId

ArtifactId

template-dao
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

template-dao
Provide some convenient methods to operate mysql daos.
Project URL

Project URL

https://wuwenbin.me

Download template-dao

How to add to project

<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-dao/ -->
<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-dao</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-dao/
implementation 'me.wuwenbin:template-dao:1.2.0'
// https://jarcasting.com/artifacts/me.wuwenbin/template-dao/
implementation ("me.wuwenbin:template-dao:1.2.0")
'me.wuwenbin:template-dao:jar:1.2.0'
<dependency org="me.wuwenbin" name="template-dao" rev="1.2.0">
  <artifact name="template-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-dao', version='1.2.0')
)
libraryDependencies += "me.wuwenbin" % "template-dao" % "1.2.0"
[me.wuwenbin/template-dao "1.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
me.wuwenbin : template-pojo jar 1.2.1

provided (12)

Group / Artifact Type Version
org.springframework : spring-jdbc jar 4.1.7.RELEASE
org.springframework : spring-context jar 4.1.7.RELEASE
org.springframework : spring-tx jar 4.1.7.RELEASE
org.springframework : spring-aop jar 4.1.7.RELEASE
org.springframework : spring-aspects jar 4.1.7.RELEASE
com.alibaba : druid jar 1.0.18
mysql : mysql-connector-java jar 5.1.37
org.aspectj : aspectjrt jar 1.8.6
org.aspectj : aspectjweaver jar 1.8.6
cglib : cglib jar 3.1
org.slf4j : slf4j-api jar 1.7.21
javax : javaee-api jar 6.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.1
1.1.0