What You'll Learn

dependencies {
	...
	implementation 'org.springframework.boot:spring-boot-starter-security'
}
2020-11-18 21:26:09.144  INFO 33929 --- [main] .s.s.UserDetailsServiceAutoConfiguration :  Using generated security password: 9d3593b1-ce46-4de5-895f-abce86bb878c
dependencies {
	...
  compile group: 'org.thymeleaf.extras', name: 'thymeleaf-extras-springsecurity5'
}