Last Version

com.centit.framework:centit-persistence 1.3.2101

框架持久化包, 有三个子模块分别对应 hibernate、mybatis和spring jdbc template 三个实现方式。

License

License

GroupId

GroupId

com.centit.framework
ArtifactId

ArtifactId

centit-persistence
Version

Version

1.3.2101
Type

Type

pom
Description

Description

com.centit.framework:centit-persistence
框架持久化包, 有三个子模块分别对应 hibernate、mybatis和spring jdbc template 三个实现方式。
Project URL

Project URL

https://github.com/ndxt/centit-persistence
Project Organization

Project Organization

江苏南大先腾信息产业股份有限公司
Source Code Management

Source Code Management

https://github.com/ndxt/centit-persistence

Download centit-persistence 1.3.2101


<!-- https://jarcasting.com/artifacts/com.centit.framework/centit-persistence/ -->
<dependency>
    <groupId>com.centit.framework</groupId>
    <artifactId>centit-persistence</artifactId>
    <version>1.3.2101</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/centit-persistence/
implementation 'com.centit.framework:centit-persistence:1.3.2101'
// https://jarcasting.com/artifacts/com.centit.framework/centit-persistence/
implementation ("com.centit.framework:centit-persistence:1.3.2101")
'com.centit.framework:centit-persistence:pom:1.3.2101'
<dependency org="com.centit.framework" name="centit-persistence" rev="1.3.2101">
  <artifact name="centit-persistence" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='centit-persistence', version='1.3.2101')
)
libraryDependencies += "com.centit.framework" % "centit-persistence" % "1.3.2101"
[com.centit.framework/centit-persistence "1.3.2101"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • centit-persistence-core
  • centit-persistence-jdbc
  • centit-persistence-config
  • centit-persistence-jdbc-config
  • centit-persistence-extend
  • centit-persistence-dynamic-datasource
  • centit-persistence-flyway-plugin