blade icon indicating copy to clipboard operation
blade copied to clipboard

Cannot use this project

Open nerdunit opened this issue 2 years ago • 1 comments

Hi, using intellij maven cannot find this project, it doesn't work when using maven cli either, adding the jar manually doesn't work either, saying it cannot find the symbol "create" in

    Blade.create().get("/",ctx -> ctx.text("Hello Blade")).start();

nerdunit avatar Jan 08 '23 17:01 nerdunit

Have you added this to your pom.xml file?

ajh123 avatar Mar 09 '24 17:03 ajh123