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 )
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+ ```
Original file line number Diff line number Diff line change 33/**
44 * Created by videopls on 2017/3/17.
55 */
6-
7- import com .liuwill .demo .kotlinBoot .SpringBootKotlinApplication ;
86import com .liuwill .demo .kotlinBoot .controllers .DataController ;
97import org .junit .Before ;
108import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments