Skip to content

bloomreach-forge/hipshoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

hipshoot

Documentation is available at bloomreach-forge.github.io/hipshoot

hipshoot project aims to provide simple libraries or tools supporting easy integration with external deployment tools or practices, to allow shooting from the hip for DevOps especially on cloud native deployment environments.

For example, Spring Boot project provides a great packaging option such as single executable JAR packaging to support easier deployments on various Cloud platforms such as Cloud Foundry, Heroku, OpenShift, Boxfuse and Amazon Web Services, Google App Engine, etc. One of submodule of this project (hipshoot Spring Boot Support) provides a way to wrap a project as a Spring Boot application project, so you can take advantage of the features of Spring Boot automatically.

This project has declared the following modules:

Module Description
hipshoot Spring Boot Support Spring Boot Support/Extension Library, providing components to support or extend Spring Boot Framework.

Documentation

The documentation is generated by this command from the master branch:

mvn clean site:site -Pgithub.pages

The output is in the /docs directory; push it and GitHub Pages will serve the site automatically.

For rendering documentation on non-master branches, use the normal site command so the output will be in the /target and therefore ignored by Git.

mvn clean site:site

Demo Project(s)