How-to project for DBFlute
DBFlute:
http://dbflute.seasar.org/
you can clone the example project of DBFlute:
- git clone https://github.com/dbflute/dbflute-howto.git
- prepare database by *ReplaceSchema at DBFlute client directory 'dbflute_maihamadb'
- compile it by Java8, on e.g. Eclipse or IntelliJ or ... as Maven project
- see HowToSelectTest.java
you can implement condition-bean as trial, and can execute it by JUnit