Skip to content

Commit

Permalink
add pic, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 11, 2023
1 parent 214e295 commit ef8e336
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions springBootBlog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center"><img src ="./doc/pic/SpringBlog.svg"></p>

<p align="center"><img src ="./doc/pic/blog_ui_1.png"></p>
<p align="center"><img src ="./doc/pic/blog_ui_v2.png"></p>

Build a blog system via spring boot. Functionality : CRUD, Login/Logout (Spring security, OAuth), Blog post, edit, Comment, New user register, edit, Blog search

Expand All @@ -14,13 +14,20 @@ Build a blog system via spring boot. Functionality : CRUD, Login/Logout (Spring
- Spring security, OAuth
- Mysql

### Login:
## Login:

- Account : admin
- Pwd : 123
| Account | password |
|--|------|
| admin | 123 |
| user1 | 123 |

- Account : user1
- Pwd : 123
## Feature:

- User login/logout : Spring security, OAuth
- Blog/Comment/User add, edit : Spring CRUD
- User register : thymeleaf, Spring data jpa
- Blog search : mybatis
- Dark/light theme : Javascript

## Run (local)

Expand Down
File renamed without changes
Binary file added springBootBlog/doc/pic/blog_ui_v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef8e336

Please sign in to comment.