spring_boot_all_study/SpringBootBasic/target/classes/static/index.html

10 lines
133 B
HTML
Raw Normal View History

2019-08-17 10:19:41 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
hello controller
</body>
</html>