Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 424 Bytes

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