Skip to content

Commit f136370

Browse files
committed
docs: README
1 parent 6f85732 commit f136370

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
1-
2-
_______ __ __ __ __
3-
/ \ / | / \ / | / |
4-
$$$$$$$ | _______ ____$$ | __ __ $$ \ $$ | ______ _$$ |_
5-
$$ |__$$ |/ \ / $$ |/ | / | $$$ \$$ | / \ / $$ |
6-
$$ $$< $$$$$$$ |/$$$$$$$ |$$ | $$ | $$$$ $$ |/$$$$$$ |$$$$$$/
7-
$$$$$$$ |$$ | $$ |$$ | $$ |$$ | $$ | $$ $$ $$ |$$ $$ | $$ | __
8-
$$ |__$$ |$$ | $$ |$$ \__$$ |$$ \__$$ | __ $$ |$$$$ |$$$$$$$$/ $$ |/ |
9-
$$ $$/ $$ | $$ |$$ $$ |$$ $$ |/ |$$ | $$$ |$$ | $$ $$/
10-
$$$$$$$/ $$/ $$/ $$$$$$$/ $$$$$$$ |$$/ $$/ $$/ $$$$$$$/ $$$$/
11-
/ \__$$ |
12-
$$ $$/
13-
$$$$$$/
14-
15-
# Web Framework - A Starter Project for Spring Boot
1+
2+
,-----. ,------. ,--. ,--. ,--. ,--. ,--. ,--. ,------. ,--------.
3+
| |) /_ | .-. \ | ,'.| | \ `.' / | ,'.| | | .---' '--. .--'
4+
| .-. \ | | \ : | |' ' | '. / | |' ' | | `--, | |
5+
| '--' / | '--' / | | ` | | | .--. | | ` | | `---. | |
6+
`------' `-------' `--' `--' `--' '--' `--' `--' `------' `--'
7+
8+
9+
# Web Framework - A starter project with basic functions for Spring Boot
1610

1711
[![Build Status](http://jenkins.bndy.net/buildStatus/icon?job=web-framework-for-java/master)](http://jenkins.bndy.net)
1812

19-
**NOTE** : Use **MySQL v5.7+**, if JDBC exception occurred, please drop all tables and let it recreate automatically.
13+
**NOTE** : If JDBC exception occurred, please drop all tables and let it recreate automatically.
2014

2115
**Home Page**
16+
2217
![](https://raw.githubusercontent.com/bndynet/web-framework-for-java/master/docs/img/home.png)
2318

2419
**Admin Page**
20+
2521
![](https://raw.githubusercontent.com/bndynet/web-framework-for-java/master/docs/img/admin-home.png)
2622

2723

src/main/resources/templates/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h3>Themes</h3>
147147
</div>
148148
<div class="col-lg-2">
149149
<div class="feature-item">
150-
<img src="https://getbootstrap.com/assets/img/bootstrap-stack.png" />
150+
<img src="http://getbootstrap.com/docs/4.1/assets/img/bootstrap-stack.png" />
151151
<p class="text-muted">
152152
</p>
153153
</div>

0 commit comments

Comments
 (0)