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 2bf774fCopy full SHA for 2bf774f
.gitattributes
@@ -0,0 +1,2 @@
1
+# Auto detect text files and perform LF normalization
2
+* text=auto
.gitignore
@@ -0,0 +1,10 @@
+target/
+pom.xml.tag
3
+pom.xml.releaseBackup
4
+pom.xml.versionsBackup
5
+pom.xml.next
6
+release.properties
7
+dependency-reduced-pom.xml
8
+buildNumber.properties
9
+.mvn/timing.properties
10
+.mvn/wrapper/maven-wrapper.jar
README.md
+# Java Matching Engine Rest API
+ Rest API for the Java Matching Engine
0 commit comments