DMITRY.
08/12/2021, 7:32 PMOliver.O
08/12/2021, 8:27 PMjvm("backend")
, the application path resolves to build/processedResources/backend/main
, so that's a few levels below the project root directory.Muhammad Usman
08/13/2021, 4:19 AMrouting {
static("assets") {
files("css")
}
}
Means there should be a folder named: css inside root of your project. And accessing
<http://host>:port/assets/stylesheet.css
would serve the file /css/stylesheet.css