Browse Source

Client and Jackson

Kr Younger 6 years ago
parent
commit
2d762749ce
2 changed files with 19 additions and 1 deletions
  1. 18
    0
      Client/Client.iml
  2. 1
    1
      README.md

+ 18
- 0
Client/Client.iml View File

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 View File

49
 You should also create some unit tests for your REST API handlers.
49
 You should also create some unit tests for your REST API handlers.
50
 
50
 
51
 It's possible you may also need to understand some of what the Jackson package does for you. 
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
 ## IDs
54
 ## IDs
55
 
55