Skip to content

Latest commit

 

History

History

service-lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

service-lib

A collection of library-like functionalities for eVaka Kotlin services, such as a common logger and JWT authentication.

Development

Building and testing is done as a part of the using Kotlin service build, using this project as a sub-project dependency.

Known issues

  • Multiple Logback ConsoleAppenders could theoretically corrupt each other's JSON logs if more than one of them output at the same time (w/ multiline content)