Skip to content

Commit c6e801a

Browse files
committed
0.2.1 add health check endpoint
1 parent 19fb0e2 commit c6e801a

File tree

4 files changed

+2
-23
lines changed

4 files changed

+2
-23
lines changed

spring/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'org.springframework.boot'
55

66
jar {
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'

spring/src/main/resources/.ebextensions/elb.config

Lines changed: 0 additions & 12 deletions
This file was deleted.

spring/src/main/resources/.ebextensions/security-group.config

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
server.port=8888

0 commit comments

Comments
 (0)