diff --git a/readme.md b/readme.md index d3b802467..13ba05e98 100644 --- a/readme.md +++ b/readme.md @@ -24,4 +24,28 @@ show tables; +---------------------+ 7 rows in set (0.00 sec) -``` \ No newline at end of file +select * from petclinic.owners; ++----+------------+-----------+-----------------------+-------------+------------+ +| id | first_name | last_name | address | city | telephone | ++----+------------+-----------+-----------------------+-------------+------------+ +| 1 | George | Franklin | 110 W. Liberty St. | Madison | 6085551023 | +| 2 | Betty | Davis | 638 Cardinal Ave. | Sun Prairie | 6085551749 | +| 3 | Eduardo | Rodriquez | 2693 Commerce St. | McFarland | 6085558763 | +| 4 | Harold | Davis | 563 Friendly St. | Windsor | 6085553198 | +| 5 | Peter | McTavish | 2387 S. Fair Way | Madison | 6085552765 | +| 6 | Jean | Coleman | 105 N. Lake St. | Monona | 6085552654 | +| 7 | Jeff | Black | 1450 Oak Blvd. | Monona | 6085555387 | +| 8 | Maria | Escobito | 345 Maple St. | Madison | 6085557683 | +| 9 | David | Schroeder | 2749 Blackhawk Trail | Madison | 6085559435 | +| 10 | Carlos | Estaban | 2335 Independence La. | Waunakee | 6085555487 | +| 11 | Burr | Sutter | 123 ABC Lane | Wonderland | 5555555555 | +| 12 | test | test | test | test | 1231231321 | ++----+------------+-----------+-----------------------+-------------+------------+ +12 rows in set (0.00 sec) + + +http://localhost:8080 + +``` + +![Screenshot](screenshot.png) \ No newline at end of file