Skip to content

A starter project for building Vert.x applications with the Fabric8 Maven plugin.

License

Notifications You must be signed in to change notification settings

patrickvankann/vertx-docker-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vert.x Docker Bootstrap

A starter project for building Vert.x apps using the Fabric8 Maven Plugin and Arquillian Cube for integration testing.

The Vert.x application is packaged as a "fat jar" using the Maven Shade plugin and the Fabric8 "zero-config" option for automatically building a Docker image and Kubernetes configuration.

Structure

The basic "Hello, world" Vert.x application is in

src/main/java/net/eusashead/vertx/docker/HttpVerticle.java

An integration test using Vertx Unit is in

src/test/java/net/eusashead/vertx/docker/HttpVerticleTest.java

An integration test run using the Failsafe plugin and Arquillian is in

src/test/java/net/eusashead/vertx/docker/ArquillianTest.java

About

A starter project for building Vert.x applications with the Fabric8 Maven plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages