Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1014 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 1014 Bytes

ALBATIS

数据框架组件,抽象外部数据访问(读/写)业务逻辑,提供数据访问接口支持。

当前版本:3.0.0-SNAPSHOT

子模块

albatis-core

当前版本:3.0.0-SNAPSHOT

albatis-jdbc

当前版本:1.0.0-SNAPSHOT

albatis-mongodb

当前版本:1.0.0-SNAPSHOT
当前版本:3.0.0-SNAPSHOT

Demo

public static final void main(String... args) {
	System.out.println("Hello, world!");
}