Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dunwu committed Nov 21, 2019
1 parent 7fd8ccf commit 930a3dd
Show file tree
Hide file tree
Showing 6 changed files with 305 additions and 489 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ insert_final_newline = true
[*.{bat, cmd}]
end_of_line = crlf

[*.{yml, yaml}]
indent_style = space

[*.{java, groovy, kt, sh}]
indent_size = 4
indent_style = tab

[*.md]
max_line_length = 0
Expand Down
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: java
jdk:
- openjdk8

script:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V

branches:
only:
- master

notifications:
email:
recipients:
- [email protected]
on_success: change # default: change
on_failure: always # default: always
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Spring Tutorial

> Spring 教程
>
> 以简单范例来展示 spring 在 web 开发中的各种应用。
<p align="center">
<a href="https://spring.io/projects/spring-framework" target="_blank" rel="noopener noreferrer">
<img src="http://dunwu.test.upcdn.net/common/logo/spring.png" alt="spring-logo">
</a>
</p>

<p align="center">
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer">
<img src="https://badgen.net/github/license/dunwu/spring-tutorial">
</a>
<img alt="Spring Boot Version" src="https://img.shields.io/badge/spring-5.0.2.RELEASE-blue">
</p>

<h1 align="center">Spring Tutorial</h1>

> **`spring-tutorial`** 是一个以简单范例来展示 spring 在 web 开发中的各种应用的教程。
>
> - 🔁 项目同步维护:[Github](https://github.com/dunwu/spring-tutorial/) | [Gitee](https://gitee.com/turnon/spring-tutorial/)
> - 📖 电子书阅读:[Github Pages](https://dunwu.github.io/spring-tutorial/) | [Gitee Pages](http://turnon.gitee.io/spring-tutorial/)
>- 📖 电子书阅读:[Github Pages](https://dunwu.github.io/spring-tutorial/) | [Gitee Pages](http://turnon.gitee.io/spring-tutorial/)
| 0️⃣ | 1️⃣ | 2️⃣ | 3️⃣ | 4️⃣ | 5️⃣ |
| :-----------: | :-----------: | :-----------: | :---------: | :-----------: | :-----------: |
Expand Down
23 changes: 17 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Spring Tutorial

> Spring 教程
>
> 以简单范例来展示 spring 在 web 开发中的各种应用。
<p align="center">
<a href="https://spring.io/projects/spring-framework" target="_blank" rel="noopener noreferrer">
<img src="http://dunwu.test.upcdn.net/common/logo/spring.png" alt="spring-logo">
</a>
</p>

<p align="center">
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer">
<img src="https://badgen.net/github/license/dunwu/spring-tutorial">
</a>
<img alt="Spring Boot Version" src="https://img.shields.io/badge/spring-5.0.2.RELEASE-blue">
</p>

<h1 align="center">Spring Tutorial</h1>

> **`spring-tutorial`** 是一个以简单范例来展示 spring 在 web 开发中的各种应用的教程。
>
> - 🔁 项目同步维护:[Github](https://github.com/dunwu/spring-tutorial/) | [Gitee](https://gitee.com/turnon/spring-tutorial/)
> - 📖 电子书阅读:[Github Pages](https://dunwu.github.io/spring-tutorial/) | [Gitee Pages](http://turnon.gitee.io/spring-tutorial/)
>- 📖 电子书阅读:[Github Pages](https://dunwu.github.io/spring-tutorial/) | [Gitee Pages](http://turnon.gitee.io/spring-tutorial/)
| 0️⃣ | 1️⃣ | 2️⃣ | 3️⃣ | 4️⃣ | 5️⃣ |
| :-----------: | :-----------: | :-----------: | :---------: | :-----------: | :-----------: |
Expand Down
Loading

0 comments on commit 930a3dd

Please sign in to comment.