collection of features for ktor
- contains easy template to create ktor features
- add power to easy fetch configuration Pojo from
application.conf
.
- logback: integration logback configuration by HOCON in
application.conf
- redis: integration redis access by lettuce
- ez-hiarki: integration HiarkiCP
- ez-ebean: integration ebean
- ez-caffeine: integration cache with caffeine
- ez-liquibase: integration liquibase
- ez-auth: warp on offical ktor-auth for easier extendability
most dependency not as dependOn
, so you have to import by your own;
but with this design,you donot need to exclusion
for use newer versions;