mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-19 21:00:53 +08:00
Merge branch 'master' of github.com:mysema/querydsl
This commit is contained in:
commit
2d9db7725d
@ -4,4 +4,11 @@ Querydsl is a framework which enables the construction of type-safe SQL-like que
|
||||
|
||||
Instead of writing queries as inline strings or externalizing them into XML files they are constructed via a fluent API.
|
||||
|
||||
**How to build**
|
||||
|
||||
Querydsl provides releases via public Maven repositories, but you can build the sources also yourself like this
|
||||
|
||||
cd querydsl-root
|
||||
mvn -Pjenkins,all -DskipTests=true clean install
|
||||
|
||||
For more information visit the project homepage at http://www.querydsl.com/.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user