vertx-web
vertx-web copied to clipboard
Resource not found
I'm developing a web application base on Vertx-v4.0.3, It is normal when running in the development environment of Intelli idea, but after packaging it into a jar, it reports an error Resource not found. The following is my configuration and package detail
router.route("/web/*").handler(StaticHandler.create("webroot"));

Can you show one url that returns 404?
@richard20200101 I'm looking at the screenshot, what's the BOOT-INF directory? A regular jar usually doesn't have it.
Closing for inactivity