We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit f265fb7Copy full SHA for f265fb7
.gitignore
@@ -0,0 +1,4 @@
1
+.idea
2
+*.iml
3
+target
4
+*.sqlite
pom.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
+ <modelVersion>4.0.0</modelVersion>
6
+
7
+ <groupId>com.swisslog.codingdojo</groupId>
8
+ <artifactId>querydsl-playground</artifactId>
9
+ <version>1.0-SNAPSHOT</version>
10
11
12
+</project>
0 commit comments