You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot WebDAV server sample code refactored. New configuration settings added to application.properties.
Spring Boot WebDAV sample now publishes WebDAV on /DAV/ context by default (was on /webdav/ context). 'webdav.rootContext' context configuration setting is added.
Spring Boot WebDAV sample now reads a license from an external file configured in webdav.license setting.
Spring Boot WebDAV sample, the path to storage folder can now be configured in webdav.rootFolder setting.