Skip to content

Commit 930a3dd

Browse files
committed
update settings
1 parent 7fd8ccf commit 930a3dd

6 files changed

Lines changed: 305 additions & 489 deletions

File tree

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ insert_final_newline = true
1919
[*.{bat, cmd}]
2020
end_of_line = crlf
2121

22+
[*.{yml, yaml}]
23+
indent_style = space
24+
2225
[*.{java, groovy, kt, sh}]
2326
indent_size = 4
27+
indent_style = tab
2428

2529
[*.md]
2630
max_line_length = 0

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: java
2+
jdk:
3+
- openjdk8
4+
5+
script:
6+
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
7+
8+
branches:
9+
only:
10+
- master
11+
12+
notifications:
13+
email:
14+
recipients:
15+
- forbreak@163.com
16+
on_success: change # default: change
17+
on_failure: always # default: always

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
# Spring Tutorial
2-
3-
> Spring 教程
4-
>
5-
> 以简单范例来展示 spring 在 web 开发中的各种应用。
1+
<p align="center">
2+
<a href="https://spring.io/projects/spring-framework" target="_blank" rel="noopener noreferrer">
3+
<img src="http://dunwu.test.upcdn.net/common/logo/spring.png" alt="spring-logo">
4+
</a>
5+
</p>
6+
7+
<p align="center">
8+
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer">
9+
<img src="https://badgen.net/github/license/dunwu/spring-tutorial">
10+
</a>
11+
<img alt="Spring Boot Version" src="https://img.shields.io/badge/spring-5.0.2.RELEASE-blue">
12+
</p>
13+
14+
<h1 align="center">Spring Tutorial</h1>
15+
16+
> **`spring-tutorial`** 是一个以简单范例来展示 spring 在 web 开发中的各种应用的教程。
617
>
718
> - 🔁 项目同步维护:[Github](https://github.com/dunwu/spring-tutorial/) | [Gitee](https://gitee.com/turnon/spring-tutorial/)
8-
> - 📖 电子书阅读:[Github Pages](https://dunwu.github.io/spring-tutorial/) | [Gitee Pages](http://turnon.gitee.io/spring-tutorial/)
19+
>- 📖 电子书阅读:[Github Pages](https://dunwu.github.io/spring-tutorial/) | [Gitee Pages](http://turnon.gitee.io/spring-tutorial/)
920
1021
| 0️⃣ | 1️⃣ | 2️⃣ | 3️⃣ | 4️⃣ | 5️⃣ |
1122
| :-----------: | :-----------: | :-----------: | :---------: | :-----------: | :-----------: |

docs/README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
# Spring Tutorial
2-
3-
> Spring 教程
4-
>
5-
> 以简单范例来展示 spring 在 web 开发中的各种应用。
1+
<p align="center">
2+
<a href="https://spring.io/projects/spring-framework" target="_blank" rel="noopener noreferrer">
3+
<img src="http://dunwu.test.upcdn.net/common/logo/spring.png" alt="spring-logo">
4+
</a>
5+
</p>
6+
7+
<p align="center">
8+
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer">
9+
<img src="https://badgen.net/github/license/dunwu/spring-tutorial">
10+
</a>
11+
<img alt="Spring Boot Version" src="https://img.shields.io/badge/spring-5.0.2.RELEASE-blue">
12+
</p>
13+
14+
<h1 align="center">Spring Tutorial</h1>
15+
16+
> **`spring-tutorial`** 是一个以简单范例来展示 spring 在 web 开发中的各种应用的教程。
617
>
718
> - 🔁 项目同步维护:[Github](https://github.com/dunwu/spring-tutorial/) | [Gitee](https://gitee.com/turnon/spring-tutorial/)
8-
> - 📖 电子书阅读:[Github Pages](https://dunwu.github.io/spring-tutorial/) | [Gitee Pages](http://turnon.gitee.io/spring-tutorial/)
19+
>- 📖 电子书阅读:[Github Pages](https://dunwu.github.io/spring-tutorial/) | [Gitee Pages](http://turnon.gitee.io/spring-tutorial/)
920
1021
| 0️⃣ | 1️⃣ | 2️⃣ | 3️⃣ | 4️⃣ | 5️⃣ |
1122
| :-----------: | :-----------: | :-----------: | :---------: | :-----------: | :-----------: |

0 commit comments

Comments
 (0)