mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
adding screenshot
This commit is contained in:
parent
fbdddc4b12
commit
d915fcfb85
1 changed files with 25 additions and 1 deletions
24
readme.md
24
readme.md
|
@ -24,4 +24,28 @@ show tables;
|
|||
+---------------------+
|
||||
7 rows in set (0.00 sec)
|
||||
|
||||
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
|
||||
|
||||
```
|
||||
|
||||

|
Loading…
Reference in a new issue