Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/booleangate/spring-wildfly-skeleton

Barebones skeleton project
https://github.com/booleangate/spring-wildfly-skeleton

Last synced: 3 days ago
JSON representation

Barebones skeleton project

Awesome Lists containing this project

README

        

This is a skeleton project for Spring webmvc and maven. Tested on Wildfly 10.

```bash
mvn clean install package
cp -r target/skeleton-0.0.1-SNAPSHOT.war $JBOSS_HOME/standalone/deployments/
JBOSS_HOME/bin/standalone.sh
```