Quarkus — Firts steps, part #1. Create a eclipse project. RESTEasy API

Cid Miranda
2 min readApr 23, 2021
©Cid Mirandahttps://www.flickr.com/photos/cidska/

Quarkus, the Supersonic Subatomic Java, is a Java stack crafted from the best of breed Java libraries and standards.

I’m assuming you have Java, eclipse IDE and Apache maven installed.

Open terminal, and paste the following:

mvn io.quarkus:quarkus-maven-plugin:1.13.2.Final:create \
-DprojectGroupId=com.b2wdigital \
-DprojectArtifactId=hello-quarkus \
-DclassName=”com.b2wdigital.helloquarkus.HelloResource” \
-Dpath=”/hello”
cd hello-quarkus

Now, lets to eclipse, and import the project.

From the IDE main window, open the File -> Import -> Maven -> Existing Maven Projects

Select the directory created

OK! The project was imported

Now, right-click the project and choose Run As -> Maven build…

In the Goals field, enter compile quarkus:dev

Click Run, to start the application.

You should see the following output in the console

Now, open your browser and type: http://localhost:8080/hello/

Thats all for now folks!

See you next post when we will improve the code.

--

--

Cid Miranda

#Blockchain #Web3 #DeFi #Developer #HODL #DYOR #Bitcoin Programmer, musician, photographer. For a collaborative and inclusive world.