Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine committed Mar 23, 2018
1 parent df1c1c4 commit 1fb1684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ git clone https://github.com/igor-baiborodine/jpetstore-6-vaadin-spring-boot.git
cd jpetstore-6-vaadin-spring-boot
mvn clean package spring-boot:run
# Access in your browser at http://localhost:8080
# Username: ACID
# Password: ACID
```

#### Software and technologies used:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/database/jpetstore-hsqldb-dataload.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ INSERT INTO account VALUES('guest','yourname@yourdomain.com','Guest', 'Guest', '
INSERT INTO account VALUES('ACID','acid@yourdomain.com','ABC', 'XYX', 'OK', '901 San Antonio Road', 'MS UCUP02-206', 'Palo Alto', 'CA', '94303', 'USA', '555-555-5555');

INSERT INTO profile VALUES('guest','English','DOGS',1,1);
INSERT INTO profile VALUES('ACID','English','CATS',1,1);
INSERT INTO profile VALUES('ACID','English','REPTILES',1,1);

INSERT INTO bannerdata VALUES ('FISH','<image src="../VAADIN/themes/jpetstoretheme/img/banner_fish.gif">');
INSERT INTO bannerdata VALUES ('CATS','<image src="../VAADIN/themes/jpetstoretheme/img/banner_cats.gif">');
Expand Down

0 comments on commit 1fb1684

Please sign in to comment.