Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikos/spring-boot-starter-marklogic

Spring Boot starter for web applications leveraging MarkLogic server
https://github.com/nikos/spring-boot-starter-marklogic

Last synced: 1 day ago
JSON representation

Spring Boot starter for web applications leveraging MarkLogic server

Awesome Lists containing this project

README

        

# spring-boot-starter-marklogic [![Build Status](https://travis-ci.org/nikos/spring-boot-starter-marklogic.svg?branch=master)](http://travis-ci.org/nikos/spring-boot-starter-marklogic)

This project acts as [Spring Boot starter](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-maven-parent-pom)
for web applications which want to leverage the MarkLogic database server
as their central repository for storing and searching data and documents.

## Use the starter in your Maven project

To make use of the Spring Boot starter for MarkLogic in your
own Maven-based project, please add in the `dependencies`
section the following dependency:


de.nava
spring-boot-starter-marklogic
0.1.3

Add the following section to your `repositories` element to allow Maven
to retrieve the POM and jar file via github:


nikos-spring-boot-starter-marklogic
https://raw.github.com/nikos/spring-boot-starter-marklogic/mvn-repo/



## Use the starter in your Gradle project

Inside your `dependencies` please add

compile("de.nava:spring-boot-starter-marklogic:0.1.3")

Pluse add the link to the location where to resolve this dependency as
part of `repositories` section:

maven { url "https://raw.github.com/nikos/spring-boot-starter-marklogic/mvn-repo/" }

## Sample project using this Spring Boot Starter

If you are interested in a real-world project making use of the MarkLogic Spring Boot starter please visit the [wm14](https://github.com/jojrg/wm14) github project.