All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.routing.webJars.kt Maven / Gradle / Ivy

package org.http4k.routing

import org.http4k.routing.ResourceLoader.Companion.Classpath

/**
 * Serve WebJar contents from the classpath. Just install the dependencies and add this line to your routes().
 */
fun webJars() = static(Classpath("/META-INF/resources"))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy