• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

KeenWarrior/vertx-gradle-simple: Simple vertex gradle app

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

KeenWarrior/vertx-gradle-simple

开源软件地址(OpenSource Url):

https://github.com/KeenWarrior/vertx-gradle-simple

开源编程语言(OpenSource Language):

Java 100.0%

开源软件介绍(OpenSource Introduction):

Vert.x 3.1 Simplest Gradle project

This project shows a very simple hello world Vert.x 3.1 project using Gradle, which has a simple HTTP server which simply returns "Hello World!" to every request.

In this example Vert.x is used embedded. I.e. we use the Vert.x APIs directly in our own classes rather than deploying the code in verticles.

You can run or debug the example in your IDE by just right clicking the main class and run as.. or debug as…​

The build.gradle uses the Gradle shadowJar plugin to assemble the application and all it’s dependencies into a single "fat" jar.

To build the "fat jar"

./gradlew shadowJar

Because the application plugin is being used, you may directly run the application:

./gradlew run

You may also run the fat jar as a standalone runnable jar:

java -jar build/libs/gradle-simplest-3.5.0-fat.jar

(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you don’t need to install Vert.x on the target machine).

Now point your browser at http://localhost:8080




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
Itiviti/gradle-nunit-plugin: A gradle plugin for launching NUnit tests发布时间:2022-06-11
下一篇:
tws-graduate-bootcamp/gradle-empty-stack发布时间:2022-06-11
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap