added more status metrics, api version 1.1.3 (/lesson -> /lessons)
Some checks failed
continuous-integration/drone/push Build is failing

* updated spring boot 2.1.8 -> 2.1.9
* closes #7
This commit is contained in:
2019-10-05 17:17:26 +02:00
parent 3be98f6129
commit 6a687eb297
4 changed files with 63 additions and 31 deletions

View File

@ -1,7 +1,7 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.spring_boot_version = '2.1.8.RELEASE'
ext.spring_boot_version = '2.1.9.RELEASE'
repositories {
jcenter()