Skip to content

Commit db25e7c

Browse files
committed
[update] READEME.md
1 parent 2c921fb commit db25e7c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
[![Build Status](https://travis-ci.org/liuwill/spring-boot-pdf.svg)](https://travis-ci.org/liuwill-project/SpringBootKotlin)
1+
[![Build Status](https://travis-ci.org/liuwill-projects/SpringBootKotlin.svg)](https://travis-ci.org/liuwill-project/SpringBootKotlin)
22

33
# Spring Boot Kotlin
44

55
> 用kotlin实现的一个spring boot脚手架
66
77
## 相关技术
88
- kotlin
9+
- gradle
910
- docker
10-
- spring boot
11+
- spring boot
12+
13+
## gradle命令
14+
```$shell
15+
gradle idea
16+
gradle bootRun
17+
gradle buildDocker
18+
gradle test
19+
20+
```

src/test/java/com/liuwill/demo/kotlinBoot/test/integration/DataControllerStandaloneTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
/**
44
* Created by videopls on 2017/3/17.
55
*/
6-
7-
import com.liuwill.demo.kotlinBoot.SpringBootKotlinApplication;
86
import com.liuwill.demo.kotlinBoot.controllers.DataController;
97
import org.junit.Before;
108
import org.junit.Test;

0 commit comments

Comments
 (0)