Jooby
Build configuration
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))
implementation("pl.treksoft:kvision-server-jooby:$kvisionVersion")
implementation("org.jooby:jooby-netty:$joobyVersion")
implementation("org.jooby:jooby-jdbc:$joobyVersion")
implementation("org.jooby:jooby-pac4j2:$joobyVersion")
implementation("org.pac4j:pac4j-sql:$pac4jVersion")
implementation("org.springframework.security:spring-security-crypto:$springSecurityCryptoVersion")
implementation("commons-logging:commons-logging:$commonsLoggingVersion")
implementation("com.h2database:h2:$h2Version")
implementation("org.postgresql:postgresql:$pgsqlVersion")
implementation("com.github.andrewoma.kwery:core:$kweryVersion")
implementation("com.github.andrewoma.kwery:mapper:$kweryVersion")
}Application configuration
Implementation
Service class
Application class
Authentication with Pac4j
Last updated