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

https://github.com/vepo/vaadin-crud-wildfly-swarm


https://github.com/vepo/vaadin-crud-wildfly-swarm

hello-world jnosql microservices vaadin8 wildfly-swarm

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vaadin CRUD With Wildfly Swarm

## Frameworks

1. Wildfly Swarm
2. Vaadin 8
3. JNoSQL

## Prerequisite

### Database

Use a mongo instance:

```
docker run -d --name mongodb-instance -p 27017:27017 mongo
```

# Run

To run:

```
mvn clean wildfly-swarm:run
```