All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.example.demo.HelloController Maven / Gradle / Ivy

//package com.example.demo;
//
//import org.springframework.web.bind.annotation.RequestMapping;
//import org.springframework.web.bind.annotation.RestController;
//
//@RestController
//public class HelloController {
//  @RequestMapping("/")
//  public String index() {
//    return "Greetings from Spring Boot!";
//  }
//
//}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy