ambluse / auto-dao

simple database access utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#auto-dao

auto-dao is a simple, scalable framework that database access .

##Quick Start

more detail ;

Configuration

auto-dao dependent on spring framework

  1. basic spring config detail ; DataSourceJdbcTemplateDataSourceTransactionManager

  2. auto-dao config

auto-dao create auto-config by spring boot ; detail

##Expand

default auto-dao support access mysql by wrapper JdbcTemplate ,entity-table-relation is hump-underline(class CusUser ;table T_Cus_User) ;

Expand need to complete two steps:

  1. implements Operator
  2. implements Parse

more about spring boot is here

About

simple database access utils


Languages

Language:Java 100.0%