Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nikos/spring-boot-starter-marklogic
- Owner: nikos
- License: apache-2.0
- Created: 2015-04-29T10:13:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T20:55:37.000Z (over 9 years ago)
- Last Synced: 2023-03-22T20:32:16.618Z (over 1 year ago)
- Language: Java
- Size: 293 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 projectInside 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.