Skip to content

Commit

Permalink
Fix odo dev output in java quickstart guide
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <pvala@redhat.com>
  • Loading branch information
valaparthvi committed Jan 4, 2023
1 parent 51affcf commit 6cbfa78
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ Based on the files in the current directory odo detected
Language: Java
Project type: Maven
The devfile "java-maven:1.2.0" from the registry "DefaultDevfileRegistry" will be downloaded.
? Is this correct? Yes
✓ Downloading devfile "java-maven:1.2.0" from registry "DefaultDevfileRegistry" [3s]
? Is this correct? No
? Select language: Java
? Select project type: Spring Boot
? Select version: 1.2.0 (default)
✓ Downloading devfile "java-springboot:1.2.0" from registry "DefaultDevfileRegistry" [3s]

↪ Container Configuration "tools":
OPEN PORTS:
Expand All @@ -25,7 +28,7 @@ The devfile "java-maven:1.2.0" from the registry "DefaultDevfileRegistry" will b
? Enter component name: my-java-app

You can automate this command by executing:
odo init --name my-java-app --devfile java-maven --devfile-registry DefaultDevfileRegistry --devfile-version 1.2.0
odo init --name my-java-app --devfile java-springboot --devfile-registry DefaultDevfileRegistry --devfile-version 1.2.0

Your new component 'my-java-app' is ready in the current directory.
To start editing your component, use 'odo dev' and open this folder in your favorite IDE.
Expand Down

0 comments on commit 6cbfa78

Please sign in to comment.