Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Bumped to 0.4.0, added some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed May 26, 2016
1 parent 5c63103 commit baf63d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,19 @@ For now, I'd stick with "gradle bootRun" from the command line.
2. Requests from Angular to the MarkLogic REST API are proxied via a Spring MVC controller.
3. The Gulp build file is a minimal approach for deploying everything to the src/main/resources/templates and src/main/resources/static directories - where Spring Boot expects to find static content.

## Notes about Gradle

1. Most ml-gradle properties are in src/main/resources/application.properties to avoid duplication in gradle.properties.
That's the file that Spring Boot reads from for application properties.
2. For support with environment-sensitive properties, look into the commented-out Gradle properties plugin in bild.gradle.

## How do I remove the map?

As of version 0.4.0, an Esri-based map is included in the UI, along with some code in the modules database to support it.
If you don't want this map, the easiest thing to do is comment it out in search.html and then comment out the
related parts in search.controller.js. Also comment out the Esri JS/CSS files in index.html. That will prevent the app
from doing any unnecessary work to try to power a map that you don't want.

## Getting To Know Slush

Slush is a tool that uses Gulp for project scaffolding.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slush-marklogic-spring-boot",
"description": "Generator for Angular/Spring Boot/MarkLogic apps",
"version": "0.3.0",
"version": "0.4.0",
"homepage": "https://github.com/rjrudin/slush-marklogic-spring-boot",
"author": {
"name": "Rob Rudin",
Expand Down

0 comments on commit baf63d3

Please sign in to comment.