To set the base directory for serving static files in a Ratpack application we can use the baseDir method of the ServerConfigBuilder class. We must provide a Path or File to this method. If we want to serve files from … Continue reading
The post Ratpacked: Different Base Directory With Marker File appeared first on JDriven.