File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,12 @@ insert_final_newline = true
1919[* .{bat, cmd} ]
2020end_of_line = crlf
2121
22+ [* .{yml, yaml} ]
23+ indent_style = space
24+
2225[* .{java, groovy, kt, sh} ]
2326indent_size = 4
27+ indent_style = tab
2428
2529[* .md ]
2630max_line_length = 0
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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| :-----------: | :-----------: | :-----------: | :---------: | :-----------: | :-----------: |
Original file line number Diff line number Diff line change 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| :-----------: | :-----------: | :-----------: | :---------: | :-----------: | :-----------: |
You can’t perform that action at this time.
0 commit comments