Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griffio/querydsl-apt-subproject
querydsl
https://github.com/griffio/querydsl-apt-subproject
Last synced: 8 days ago
JSON representation
querydsl
- Host: GitHub
- URL: https://github.com/griffio/querydsl-apt-subproject
- Owner: griffio
- Created: 2015-03-24T16:48:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T20:37:26.000Z (over 9 years ago)
- Last Synced: 2024-04-16T18:27:02.921Z (7 months ago)
- Language: Java
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Multi build file project for gradle plugin ewerk querydsl plugin
==============A base entity, SystemPart, is defined in system and specific parts are created in a different sub project, Parts.
The Querydsl models are generated to java source code in the system and parts projects.
~~~
/system
^ (depends)
/parts
~~~
Avoid repeating build script configuration by using a root gradle script.System project publishes to relative ivy repo.
Parts project has a dependency on the System project using the jar artifact.=============
### Properties
~~~
jpa_version=2.1.0
guava_version=18.0
junit_version=4.11
jsr305_version=1.3.9
logback_version=1.0.13
querydsl_version=3.6.2
querydsl_plugin_version=1.0.3
slf4j_api_version=1.7.10
truth_version=0.25
~~~