Skip to content

YxYL6125/kotlin-vertx-example

Repository files navigation

kotlin-vertx-example

kotlin vertx-web Coroutine examples

Static Badge


Init the database

CREATE TABLE blog.posts (
    id int  AUTO_INCREMENT PRIMARY KEY ,
    title VARCHAR(255),
    content text,
    created_at TIMESTAMP 
);

To run your application:

./gradlew clean run

About

kotlin vertxweb Coroutine examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages