Skip to content

This is a sample "hello world" project for Querydsl, using Spring Boot

Notifications You must be signed in to change notification settings

nkthuan/querydslstarter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Querydsl starter

This is a Querydsl boilerplate / helloworld project, which shows to use Querydsl (plus JPA) in Spring Boot. Seed data and models are taken from the forked project at https://github.com/bcchapman/querydslblog.

How to import and run:

  • Import the code into your editor of choice (mine is Intellij Idea Ultimate)
  • Perform Maven build (Maven auto-import, then Generate sources in case of Intellij)
  • Start the application as a Spring boot application as usual (run App class), Tomcat is started at port 8080 and ready to serve requests (e.g. /branch/{id})

About

This is a sample "hello world" project for Querydsl, using Spring Boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%