whats up I'm Joseph From Ethiopia This is my IDX WOrkspace Setup for my Spring Boot project. If You want to create your own Spring Boot App You can use this workspace.
$ git clone https://github.com/josephT273/IDX-workspace-for-java-spring-boot.gitOr using SSH
$ git clone git@github.com:josephT273/IDX-workspace-for-java-spring-boot.gitOr you can import it From Github Directly using Import repo and paste the below url
https://github.com/josephT273/IDX-workspace-for-java-spring-boot.gitAfter build process complete open commad plate type Spring Initializer shown in the image

Continue every steps show on the image below
Select Spring boot version and hit Enter

Select Programming language I use java

Input Group Id for your project and hit enter

Input Artifact Id for your project and hit enter

Select version of java for your procject I use Java 17 for now

Add dependencies for your project and hit enter

Select Appropriate direction for your project and click Ok

Start your project
$ cd demo
$ ./mvnw install
$ ./mvnw spring-boot:runThanks for using my workspace
