Skip to content

coolstuffsoftware/owncloud-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owncloud-spring-boot-starter

Spring Owncloud Services and AuthenticationProvider (with UserDetailsService)

Maven Central Travis Test Coverage Javadocs

Audience

This Project aims at Developers who wants to enable their SpringBoot Application to be authenticated against an Owncloud Instance and use the Owncloud Provisioning API.

Short Usage

Maven

Add the following Dependency to your pom.xml:

<dependency>
  <groupId>software.coolstuff</groupId>
  <artifactId>owncloud-spring-boot-starter</artifactId>
  <version>1.5.0</version>
</dependency>

application.properties

Add the following Property to your application.properties

owncloud.location=https://owncloud.example.com # URL of the Owncloud Instance

Documentation

Further Documentation can be found here

About

Spring Owncloud Service and Authenticator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages