Sample code for 8th #渋谷java talk by watanabe(nabedge)

Shibuya, Tokyo. 2014-09-20

!! You need JDK8 !!

  1. git clone https://github.com/nabedge/querydsl-sample.git
  2. Import "querydsl-sample-db" into IDE and mavenize it.
  3. Import "querydls-sample-core" into IDE and mavenize it.
  4. Do "mvn clean install" on querydsl-sample-db project.
  5. run test code on querydsl-sample-core/src/test/java/*Test.java