- Реализовал кастомные CustomUserDetails и CustomUserDetailsService https://www.youtube.com/watch?v=WDlifgLS8iQ&list=PLU2ftbIeotGoGSEUf54LQH-DgiQPF2XRO&index=3 https://spring.io/guides/gs/securing-web https://medium.com/@CodeWithTech/spring-security-with-jdbcuserdetailsmanager-and-custom-userdetailsservice-a-complete-guide-248ddce0196c
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Getting Started: Serving Web Content</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
<body>
|
|
<div>Hello there</div>
|
|
<a href="/main">Main page</a>
|
|
</body>
|
|
</html> |