Ver código fonte

Client and Jackson

Kr Younger 6 anos atrás
pai
commit
2d762749ce
2 arquivos alterados com 19 adições e 1 exclusões
  1. 18
    0
      Client/Client.iml
  2. 1
    1
      README.md

+ 18
- 0
Client/Client.iml Ver arquivo

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 Ver arquivo

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