File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
src/test/java/com/liuwill/demo/kotlinBoot/test/integration Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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 )
2
2
3
3
# Spring Boot Kotlin
4
4
5
5
> 用kotlin实现的一个spring boot脚手架
6
6
7
7
## 相关技术
8
8
- kotlin
9
+ - gradle
9
10
- 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
+ ```
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Created by videopls on 2017/3/17.
5
5
*/
6
-
7
- import com .liuwill .demo .kotlinBoot .SpringBootKotlinApplication ;
8
6
import com .liuwill .demo .kotlinBoot .controllers .DataController ;
9
7
import org .junit .Before ;
10
8
import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments