filmov
tv
1. Creating a Quarkus Project with Basic Configuration Tutorial

Показать описание
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! 🚀✨
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! 🚀✨
Комментарии