Showing
1 changed file
with
0 additions
and
13 deletions
1 | -package com.esboot.bertsearch.controller; | ||
2 | - | ||
3 | -import org.springframework.stereotype.Controller; | ||
4 | -import org.springframework.web.bind.annotation.GetMapping; | ||
5 | - | ||
6 | -@Controller | ||
7 | -public class HomeController { | ||
8 | - | ||
9 | - @GetMapping("/home") | ||
10 | - public String showHome() { | ||
11 | - return "home-page"; | ||
12 | - } | ||
13 | -} |
-
Please register or login to post a comment