Skip to content

Commit 52338af

Browse files
committed
change project name, update readme
1 parent 84c17ed commit 52338af

File tree

11 files changed

+23
-0
lines changed

11 files changed

+23
-0
lines changed

Java-JsonPojo-Example/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

Java JsonPojo Example/.settings/org.eclipse.jdt.core.prefs renamed to Java-JsonPojo-Example/.settings/org.eclipse.jdt.core.prefs

File renamed without changes.

Java JsonPojo Example/.settings/org.eclipse.m2e.core.prefs renamed to Java-JsonPojo-Example/.settings/org.eclipse.m2e.core.prefs

File renamed without changes.

Java-JsonPojo-Example/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
"# Java-JsonPojo-Example"
2+
3+
4+
## 1. Import source code into Eclipse
5+
6+
Menu **File –> Import –> Maven –> Existing Maven Projects**
7+
8+
Browse to your source code location
9+
10+
Click **Finish** button to finish the importing
11+
12+
## 2. Run the example
13+
14+
Open the **JsonPojoUtils.java**
15+
16+
**Right click -> Run As -> Java Application** or use the shortcut: **Alt+Shift+x, j** to start the main method
17+
18+
Source code are described in ## [Convert Java Objects To JSON And Vice Versa] http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)

Java JsonPojo Example/src/main/java/com/howtoprogram/jsonpojo/Book.java renamed to Java-JsonPojo-Example/src/main/java/com/howtoprogram/jsonpojo/Book.java

File renamed without changes.

Java JsonPojo Example/src/main/java/com/howtoprogram/jsonpojo/JsonPojoUtils.java renamed to Java-JsonPojo-Example/src/main/java/com/howtoprogram/jsonpojo/JsonPojoUtils.java

File renamed without changes.

0 commit comments

Comments
 (0)