File tree Expand file tree Collapse file tree 4 files changed +2
-23
lines changed Expand file tree Collapse file tree 4 files changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'org.springframework.boot'
55
66jar {
77 baseName = ' json2kotlin'
8- version = ' 0.2.0 '
8+ version = ' 0.2.1 '
99 manifest {
1010 attributes ' Main-Class' : ' AppKt'
1111 }
@@ -36,6 +36,7 @@ dependencies {
3636 compile project(" :core" )
3737 compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
3838 compile(" org.springframework.boot:spring-boot-starter-thymeleaf" )
39+ compile(" org.springframework.boot:spring-boot-starter-actuator" )
3940 testCompile(' org.springframework.boot:spring-boot-starter-test' )
4041 compile ' com.google.code.gson:gson:2.8.2' // FIXME
4142 compile ' com.squareup:kotlinpoet:0.7.0'
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- server.port =8888
You can’t perform that action at this time.
0 commit comments