1. Creating a Quarkus Project with Basic Configuration Tutorial

preview_player
Показать описание
Creating a Quarkus Project with Basic Configuration Tutorial

Welcome to our Quarkus tutorial! In this video, we'll guide you through the process of creating a Quarkus project with some basic configurations. Specifically, we'll cover how to change the port and root path of your Quarkus application.

📂 Project Repository: [GitHub Link]

🔧 Prerequisites:

Java JDK installed
Maven installed
Your favorite IDE (IntelliJ, Eclipse, etc.)
📝 Steps:

Create a Quarkus Project:
Use the Quarkus Maven plugin or Quarkus Maven archetype to generate a new project.

bash
Copy code
-DprojectArtifactId=my-quarkus-project \
-Dpath="/hello"
Change the Port:

properties
Copy code
Configure Root Path:

properties
Copy code
Testing:
Run your Quarkus application and test the changes.

bash
Copy code
./mvnw compile quarkus:dev

🚧 Note:

Make sure to adapt the configurations according to your project requirements.
Explore additional Quarkus configuration options in the official documentation: Quarkus Config Reference.
👍 Conclusion:
Congratulations! You've successfully configured a Quarkus project with custom port and root path. If you found this tutorial helpful, don't forget to like, share, and subscribe for more Quarkus content!

🔗 Helpful Links:

Quarkus Documentation
Quarkus GitHub Repository
📌 Stay tuned for more Quarkus tutorials! Happy coding! 🚀✨
Рекомендации по теме
Комментарии
Автор

Awesome stuff as always. As a spring boot developer myself this is interesting stuff and seems like there is a lot to gain.

Learning curve is not steep at all
Improved application performance
Reduced development time.

I can't wait for me. I would like to see more on the deployment specifically configurations of docker as someone who doesnt know much about docker

allthingsnerdy
welcome to shbcf.ru