https://github.com/daggerok/vertx-cdi-view
Vert.x Weld SE CDI Thymeleaf
https://github.com/daggerok/vertx-cdi-view
cdi mvc thymeleaf thymeleaf-template-engine vertices vertx vertx-web vertx3 weld weld-se
Last synced: 5 months ago
JSON representation
Vert.x Weld SE CDI Thymeleaf
- Host: GitHub
- URL: https://github.com/daggerok/vertx-cdi-view
- Owner: daggerok
- Created: 2019-11-11T03:56:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T08:39:18.000Z (over 6 years ago)
- Last Synced: 2025-01-10T00:41:26.077Z (about 1 year ago)
- Topics: cdi, mvc, thymeleaf, thymeleaf-template-engine, vertices, vertx, vertx-web, vertx3, weld, weld-se
- Language: Java
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= vertx-cdi-view image:https://travis-ci.org/daggerok/vertx-cdi-view.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/vertx-cdi-view"]
image:https://img.shields.io/badge/vert.x-3.8.3-purple.svg[link="https://vertx.io"]
This application was generated using http://start.vertx.io
== Building
To launch your tests:
```
./mvnw clean test
```
To package your application:
```
./mvnw clean package
```
To run your application:
```
./mvnw clean compile exec:java
```
== Help
* https://docs.jboss.org/weld/weld-vertx/latest/
* https://weld.cdi-spec.org/news/tags/tips/
* https://vertx.io/docs/[Vert.x Documentation]
* https://stackoverflow.com/questions/tagged/vert.x?sort=newest&pageSize=15[Vert.x Stack Overflow]
* https://groups.google.com/forum/?fromgroups#!forum/vertx[Vert.x User Group]
* https://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]