-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathwelcome.txt
More file actions
28 lines (18 loc) · 999 Bytes
/
Copy pathwelcome.txt
File metadata and controls
28 lines (18 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Welcome to Java Backend Advanced training!
IDEasy has automatically installed your local IDE for this project now.
This includes all tools needed for your daily development work as well as plugins needed for your IDEs.
Also git code repositories have been cloned automatically during the setup.
If you just want to use IDEasy as a developer, you should first switch to your new project
icd -p java-quarkus
(in case you called `ide create java-quarkus https://github.com/devonfw-training/java-quarkus-settings.git` before)
Then you can start your favourite IDE by typing e.g.
ide intellij
(or 'ide eclipse', ...)
For details check the help:
ide help
And consider the following sources:
* https://github.com/devonfw/IDEasy/blob/main/documentation/usage.adoc#developer
* https://github.com/devonfw/IDEasy/blob/main/documentation/features.adoc
* https://github.com/devonfw/IDEasy/blob/main/documentation/configuration.adoc
* https://github.com/devonfw/IDEasy/discussions
Have fun with IDEasy!