Files
spring-boot-rest/spring-boot-modules/spring-boot-security/src/main/resources/static/index.html

10 lines
159 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Index</title>
</head>
<body>
Welcome to Baeldung Secured Page !!!
</body>
</html>