Which section(s) is the issue in?
Deploying a Java application using a devfile
Step 2.
What needs fixing?
There is no java-spring-boot component
odo create java-spring-boot myspring --starter
Should be as follow(no dash between spring and boot):
odo create java-springboot myspring --starter