Skip to content

Commit fa3fc15

Browse files
author
wlanboy
committed
start page
1 parent 163e0af commit fa3fc15

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package com.wlanboy.javahttpclient.web;
2+
3+
import org.springframework.stereotype.Controller;
4+
import org.springframework.web.bind.annotation.GetMapping;
5+
6+
@Controller
7+
public class ViewController {
8+
9+
@GetMapping("/")
10+
public String index() {
11+
return "index";
12+
}
13+
}

0 commit comments

Comments
 (0)