edit Dockerfile etc
This commit is contained in:
@@ -8,11 +8,10 @@ import org.springframework.web.bind.annotation.*;
|
||||
@RestController
|
||||
public class DemoApplication {
|
||||
|
||||
|
||||
//test
|
||||
//test
|
||||
@GetMapping("/")
|
||||
public String home() {
|
||||
return "Spring is here!";
|
||||
return "Spring is here!!!";
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user