|
@@ -1,2 +1,11 @@
|
1
|
|
-# ThrowupThursday
|
2
|
|
-a spring DAO model for POJOS and then generate sample JSON.
|
|
1
|
+# Throwup Thursday
|
|
2
|
+
|
|
3
|
+*Use spring, and HAL Browser (for Spring Data REST) to create a couple of POJOs (Book and Person) and
|
|
4
|
+a framework so that we can mock up some data in spring, and then generate
|
|
5
|
+JSON and other marvels.*
|
|
6
|
+
|
|
7
|
+**Run and then point a browser to [http://localhost:8080/]()**
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+#### Kris and Wilhem wrote this, because we feel sorry for the poor Zipcoder-wanna-bees.
|
|
11
|
+
|