Skip to content

Commit aff996f

Browse files
committed
update docs
1 parent 8ad8c6b commit aff996f

File tree

13 files changed

+410
-298
lines changed

13 files changed

+410
-298
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# Java 教程
1+
<p align="center">
2+
<a href="https://dunwu.github.io/java-tutorial/#/" target="_blank" rel="noopener noreferrer">
3+
<img src="http://dunwu.test.upcdn.net/common/logo/java-logo.png" alt="logo" width="100px">
4+
</a>
5+
</p>
26

3-
> ☕ Java Tutorial 是本人在 Java 技术领域的十年积累。
7+
<p align="center">
8+
<img src="https://badgen.net/github/license/dunwu/java-tutorial" alt="license">
9+
</p>
10+
11+
<h1 align="center">JavaTutorial</h1>
12+
13+
> **JavaTutorial** 是一个 Java 教程,汇集一个老司机在 Java 领域的十年积累。
414
>
515
> - 🔁 项目同步维护:[Github](https://github.com/dunwu/java-tutorial/) | [Gitee](https://gitee.com/turnon/java-tutorial/)
616
> - 📖 电子书阅读:[Github Pages](https://dunwu.github.io/java-tutorial/) | [Gitee Pages](https://turnon.gitee.io/java-tutorial/)

docs/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# Java 教程
1+
<p align="center">
2+
<a href="https://dunwu.github.io/java-tutorial/#/" target="_blank" rel="noopener noreferrer">
3+
<img src="http://dunwu.test.upcdn.net/common/logo/java-logo.png" alt="logo" width="100px">
4+
</a>
5+
</p>
26

3-
> ☕ Java Tutorial 是本人在 Java 技术领域的十年积累。
7+
<p align="center">
8+
<img src="https://badgen.net/github/license/dunwu/java-tutorial" alt="license">
9+
</p>
10+
11+
<h1 align="center">JavaTutorial</h1>
12+
13+
> **JavaTutorial** 是一个 Java 教程,汇集一个老司机在 Java 领域的十年积累。
414
>
515
> - 🔁 项目同步维护:[Github](https://github.com/dunwu/java-tutorial/) | [Gitee](https://gitee.com/turnon/java-tutorial/)
616
> - 📖 电子书阅读:[Github Pages](https://dunwu.github.io/java-tutorial/) | [Gitee Pages](https://turnon.gitee.io/java-tutorial/)

docs/book.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@
5858
},
5959
"sharing": {
6060
"weibo": true,
61-
"all": [
62-
"weibo"
63-
]
61+
"all": ["weibo"]
6462
},
6563
"tbfed-pagefooter": {
6664
"copyright": "Copyright © Zhang Peng 2017",

docs/book.pdf

-7.53 MB
Binary file not shown.

docs/coverpage.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
# Java Tutorial
44

5-
> Java 教程。本人在 Java 技术领域的十年积累
5+
> **JavaTutorial** 是一个 Java 教程,汇集一个老司机在 Java 领域的十年积累
66
7-
- [JavaCore 教程](https://dunwu.github.io/javacore/)
8-
- [JavaWeb 教程](https://dunwu.github.io/javaweb/)
9-
- [Spring 教程](https://dunwu.github.io/spring-tutorial/)
10-
- [Spring Boot 教程](https://dunwu.github.io/spring-boot-tutorial/)
7+
[Java 教程](https://dunwu.github.io/java-tutorial/) 🔹 [JavaCore 教程](https://dunwu.github.io/javacore/) 🔹 [JavaWeb 教程](https://dunwu.github.io/javaweb/) 🔹 [Spring 教程](https://dunwu.github.io/spring-tutorial/) 🔹 [Spring Boot 教程](https://dunwu.github.io/spring-boot-tutorial/)
118

129
[开始阅读](README.md)

0 commit comments

Comments
 (0)