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
- Host: GitHub
- URL: https://github.com/vepo/vaadin-crud-wildfly-swarm
- Owner: vepo
- Created: 2018-07-05T21:41:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T17:53:47.000Z (about 7 years ago)
- Last Synced: 2025-03-05T19:19:21.253Z (7 months ago)
- Topics: hello-world, jnosql, microservices, vaadin8, wildfly-swarm
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```