Skip to content

jadmin/jorm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jorm

JDBC ORM Framework

just a simple jdbc tools

2011年的时候放置在sf.net网站上的,pom依赖

<dependency>
   <groupId>net.sf.javaclub</groupId>
   <artifactId>gerald-jorm</artifactId>
   <version>1.0.8.GA</version>
</dependency>

目前迁移到了github,Maven central中最新版本

<dependency>
   <groupId>com.github.javaclub</groupId>
   <artifactId>jorm</artifactId>
   <version>1.0.9</version>
</dependency>

具体使用教程详见:https://www.oschina.net/p/gerald-jorm

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%