Package com.github.quarkus.postgres
Class issue253
- java.lang.Object
-
- com.github.quarkus.postgres.issue253
-
@Path("/hello") public class issue253 extends Object
-
-
Constructor Summary
Constructors Constructor Description issue253()
-
-
-
Method Detail
-
hello
@GET @Produces("text/plain") public String hello()
-
-