Project demonstrates a method for integrating Hippo CMS with Swagger annotations for RESTful resources.
When running locally, the swagger documentation can be found at the following locations:
- Swagger api docs: http://localhost:8080/site/rest/swagger.json
- Swagger ui: http://localhost:8080/site/swagger
- Add the swagger dependency to your site:
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-jaxrs</artifactId>
<version>1.5.0</version>
</dependency>
- Make modifications to spring configuration files
- TODO: details
- Add annotations to resources and beans
- TODO: examples
- Add swagger UI
- TODO: discuss hippo-compatible method
This project uses the Maven Cargo plugin to run Essentials, the CMS and site locally in Tomcat. From the project root folder, execute:
mvn clean verify mvn -P cargo.run
Access the Hippo Essentials at http://localhost:8080/essentials. After your project is set up, access the CMS at http://localhost:8080/cms and the site at http://localhost:8080/site. Logs are located in target/tomcat7x/logs
To build a Tomcat distribution tarball containing only deployable artifacts:
mvn clean verify mvn -P dist
See also src/main/assembly/distribution.xml if you need to customize the distribution.
Set the environment variable REBEL_HOME to the directory containing jrebel.jar.
Build with:
mvn clean verify -Djrebel
Start with:
mvn -P cargo.run -Djrebel
Use the option -Drepo.path=/some/path/to/repository during start up. This will avoid your repository to be cleared when you do a mvn clean.
For example start your project with:
mvn -P cargo.run -Drepo.path=/home/usr/tmp/repo
or with jrebel:
mvn -P cargo.run -Drepo.path=/home/usr/tmp/repo -Djrebel
To hot deploy, redeploy or undeploy the CMS or site:
cd cms (or site) mvn cargo:redeploy (or cargo:undeploy, or cargo:deploy)
Automatic export of repository changes to the filesystem is turned on by default. To control this behavior, log into http://localhost:8080/cms/console and press the "Enable/Disable Auto Export" button at the top right. To set this as the default for your project edit the file ./bootstrap/configuration/src/main/resources/configuration/modules/autoexport-module.xml
You may run the following command:
jconsole
Now open the local process org.apache.catalina.startup.Bootstrap start