Quellcode durchsuchen

Client and Jackson

Kr Younger vor 6 Jahren
Ursprung
Commit
2d762749ce
2 geänderte Dateien mit 19 neuen und 1 gelöschten Zeilen
  1. 18
    0
      Client/Client.iml
  2. 1
    1
      README.md

+ 18
- 0
Client/Client.iml Datei anzeigen

@@ -0,0 +1,18 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5">
4
+    <output url="file://$MODULE_DIR$/target/classes" />
5
+    <output-test url="file://$MODULE_DIR$/target/test-classes" />
6
+    <content url="file://$MODULE_DIR$">
7
+      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
8
+      <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
9
+      <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
10
+      <excludeFolder url="file://$MODULE_DIR$/target" />
11
+    </content>
12
+    <orderEntry type="inheritedJdk" />
13
+    <orderEntry type="sourceFolder" forTests="false" />
14
+    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.6" level="project" />
15
+    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.8.0" level="project" />
16
+    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.6" level="project" />
17
+  </component>
18
+</module>

+ 1
- 1
README.md Datei anzeigen

@@ -49,7 +49,7 @@ Be prepared to defend your choice if which HTTP client library you chose, with r
49 49
 You should also create some unit tests for your REST API handlers.
50 50
 
51 51
 It's possible you may also need to understand some of what the Jackson package does for you. 
52
-* jackson json 
52
+* jackson json https://github.com/FasterXML/jackson
53 53
 
54 54
 ## IDs
55 55