Organize the controller code so that the back-end can respond with "Welcome to the Backend with Java and Hyperskill"
Introduction to back-end development with Java
Back-end coding
Report a typo
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
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.