vertx-loader

Vert.x Server Loader

License

License

GroupId

GroupId

cl.yaykuy
ArtifactId

ArtifactId

loader
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

vertx-loader
Vert.x Server Loader
Project URL

Project URL

https://github.com/yaykuy/vertx-loader/
Source Code Management

Source Code Management

https://github.com/yaykuy/vertx-loader.git

Download loader

How to add to project

<!-- https://jarcasting.com/artifacts/cl.yaykuy/loader/ -->
<dependency>
    <groupId>cl.yaykuy</groupId>
    <artifactId>loader</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cl.yaykuy/loader/
implementation 'cl.yaykuy:loader:0.0.2'
// https://jarcasting.com/artifacts/cl.yaykuy/loader/
implementation ("cl.yaykuy:loader:0.0.2")
'cl.yaykuy:loader:jar:0.0.2'
<dependency org="cl.yaykuy" name="loader" rev="0.0.2">
  <artifact name="loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='cl.yaykuy', module='loader', version='0.0.2')
)
libraryDependencies += "cl.yaykuy" % "loader" % "0.0.2"
[cl.yaykuy/loader "0.0.2"]

Dependencies

test (2)

Group / Artifact Type Version
io.vertx : testtools jar 2.0.3-final
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

vertx-loader :: Vert.x Server Loader

Dependencies

No dependencies on other modules

Name

The module name is loader.

Configuration

This busmod takes the following configuration:

// Vert.x Server Loader JSON config file
{
//Module and Verticle loading config
"appConfig" :{
	//Module loading		
	"modules" :{
		
	},
	//Own verticles loading
	"verticles"	: {

	},
	//Last verticle to start. Server verticle
	"serverVerticle"	: ""
}

//Modules and verticles config

}

For example: {

}        

Let's take a look at each field in turn:

##Actions

(none)

Build Status

Build Status

cl.yaykuy

Yaykuy Bitcoin Chile

Versions

Version
0.0.2
0.0.1