deploying-verticle

Project Structure This application was generated using http://start.vertx.io vert.x-4.5.0 MainVerticle.java package com.example.starter; import io.vertx.core.AbstractVerticle; import…

vertx-verticle-example-03

Project Structure pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>zjc.examples</groupId> <artifactId>vertx-verticle-example-03</artifactId> <version>1.0-SNAPSHOT</version>…

vertx-verticle-example-02

Project Structure pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>zjc.examples</groupId> <artifactId>vertx-verticle-example-02</artifactId> <version>1.0-SNAPSHOT</version>…

vertx-verticle-example-01

Project Structure pom.xml <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>zjc.examples</groupId> <artifactId>vertx-verticle-example-01</artifactId> <version>1.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>…