Computer scienceBackendSpring BootIntroduction to Spring Boot

Introduction to back-end development with Java

Theory

Back-end coding

Report a typo

Organize the controller code so that the back-end can respond with "Welcome to the Backend with Java and Hyperskill"

Reorder lines using drag or arrows. Adjust indentation with left buttons
                }
              
                @GetMapping("/welcome")
              
                @RestController
              
                public class HelloController {
              
                return "Welcome to the back-end with Java and Hyperskill";
              
                public String welcome() {
              
                }
              
                
              

Create a free account to access the full topic