Skip to content

Commit e396864

Browse files
authored
Merge pull request #1 from xkcoding/master
拉取最新提交
2 parents f908805 + 9b9a24d commit e396864

File tree

217 files changed

+10257
-368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+10257
-368
lines changed

.codacy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
exclude_paths:
3+
- '**.md'
4+
- '**/**.md'
5+
- '**.sql'
6+
- '**.html'
7+
- '**/static/**'
8+
- '**/templates/**'
9+
- '**/test/**'
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: 报告缺陷
3+
about: 报告缺陷以帮助我们改进
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: xkcoding
7+
---
8+
9+
**请先看[《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md?utm_source=hacpai.com)**,并尝试到 **[issue 列表](https://github.com/xkcoding/spring-boot-demo/issues)** 搜寻是否已经有人遇到过同样的问题。
10+
11+
----
12+
13+
### 描述问题
14+
15+
请尽量清晰精准地描述你碰到的问题。
16+
17+
```bash
18+
日志内容
19+
```
20+
21+
### 期待的结果
22+
23+
请尽量清晰精准地描述你所期待的结果。
24+
25+
### 截屏或录像
26+
27+
如果可能,请尽量附加截图或录像来描述你遇到的问题。
28+
29+
### 其他信息
30+
31+
请提供其他附加信息帮助我们诊断问题。
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: 请求新功能
3+
about: 提出你期待的功能特性
4+
title: "[FEATURE]"
5+
labels: feature
6+
assignees: xkcoding
7+
---
8+
9+
### 你在什么场景下需要该功能?
10+
11+
请尽量清晰精准地描述你碰到的问题。
12+
13+
### 描述可能的解决方案
14+
15+
请尽量清晰精准地描述你期待我们要做的,描述你想到的实现方案。
16+
17+
### 描述你认为的候选方案
18+
19+
请尽量清晰精准地描述你能接受的候选解决方案。
20+
21+
### 其他信息
22+
23+
请提供关于该功能建议的其他附加信息。

.gitee/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* PR 修复缺陷请先开 `issue` **[报告缺陷](https://github.com/xkcoding/spring-boot-demo/issues/new?template=bug_report.md)**
2+
* PR 提交新特性请先开 `issue` **[报告新特性](https://github.com/xkcoding/spring-boot-demo/issues/new?template=feature_request.md)**
3+
* PR 请提交到 `dev` 开发分支上
4+
* 我们对编码风格有着较为严格的要求,请在阅读代码后模仿类似风格提交
5+
* 欢迎通过 PR 给我们补充案例
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: 报告缺陷
3+
about: 报告缺陷以帮助我们改进
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: xkcoding
7+
---
8+
9+
**请先看[《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md?utm_source=hacpai.com)**,并尝试到 **[issue 列表](https://github.com/xkcoding/spring-boot-demo/issues)** 搜寻是否已经有人遇到过同样的问题。
10+
11+
----
12+
13+
### 描述问题
14+
15+
请尽量清晰精准地描述你碰到的问题。
16+
17+
```bash
18+
日志内容
19+
```
20+
21+
### 期待的结果
22+
23+
请尽量清晰精准地描述你所期待的结果。
24+
25+
### 截屏或录像
26+
27+
如果可能,请尽量附加截图或录像来描述你遇到的问题。
28+
29+
### 其他信息
30+
31+
请提供其他附加信息帮助我们诊断问题。
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: 请求新功能
3+
about: 提出你期待的功能特性
4+
title: "[FEATURE]"
5+
labels: feature
6+
assignees: xkcoding
7+
---
8+
9+
### 你在什么场景下需要该功能?
10+
11+
请尽量清晰精准地描述你碰到的问题。
12+
13+
### 描述可能的解决方案
14+
15+
请尽量清晰精准地描述你期待我们要做的,描述你想到的实现方案。
16+
17+
### 描述你认为的候选方案
18+
19+
请尽量清晰精准地描述你能接受的候选解决方案。
20+
21+
### 其他信息
22+
23+
请提供关于该功能建议的其他附加信息。

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* PR 修复缺陷请先开 `issue` **[报告缺陷](https://github.com/xkcoding/spring-boot-demo/issues/new?template=bug_report.md)**
2+
* PR 提交新特性请先开 `issue` **[报告新特性](https://github.com/xkcoding/spring-boot-demo/issues/new?template=feature_request.md)**
3+
* PR 请提交到 `dev` 开发分支上
4+
* 我们对编码风格有着较为严格的要求,请在阅读代码后模仿类似风格提交
5+
* 欢迎通过 PR 给我们补充案例

.github/workflows/maven.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: GitHub CI
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v1
12+
- name: Set up JDK 1.8
13+
uses: actions/setup-java@v1
14+
with:
15+
java-version: 1.8
16+
- name: Build with Maven
17+
run: mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true -B -V

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by .ignore support plugin (hsz.mobi)
22
### xkcoding-后端 template
33
### Spring Boot ###
4-
/target/
4+
target/
55
!.mvn/wrapper/maven-wrapper.jar
66

77
### STS ###
@@ -37,4 +37,4 @@ logs/
3737
.DS_Store
3838

3939
### VS CODE ###
40-
.vscode/
40+
.vscode/

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ notifications:
1313
cache:
1414
directories:
1515
- '$HOME/.m2/repository'
16+
17+
branches:
18+
only:
19+
- master

0 commit comments

Comments
 (0)