Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damiantomczyszyn authored Sep 6, 2024
1 parent 7db9f41 commit 92e9a5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ CartItem.java
Order.java
User.java
```
<br>
Database Loader:
```
Book book1 = new Book(1L,"Hary Potter","40","J.K Rownling","10-10-2000");
Book book2 = new Book(2L,"Pinokio","20","Gepetto","10-01-1859");
Book book3 = new Book(3L,"Wieloryb bundy","35","Krokodyl","10-12-2005");
```

<br>
Security roles:
```
public enum Role {
Expand Down

0 comments on commit 92e9a5a

Please sign in to comment.