Skip to content

rworsnop/vertx-beans-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Vert.x Beans example

This demonstrates how to use the Vert.x Beans library.

We're using Spring Boot here, but that isn't a requirement.

Building

mvn clean package

Running

java -jar target/vertx-beans-example-1.0.0.jar 

Running with a properties file

java -jar target/vertx-beans-example-1.0.0.jar --spring.config.location=etc/application.properties

Running with command-line properties

java -jar target/vertx-beans-example-1.0.0.jar --vertx.event-loop-pool-size=16

Testing

curl localhost:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published