Problem with user validation by httpBasic and jdbcAuthentication in WebSecurityConfigurerAdapter
问题 I checked the most of solutions from stackoverflow and also few official articles like: spring.io i have finished small webapi based on SpringBoot and i want change security level from inMemoryAuthentication to jdbcAuthentication and i think my code is correct and i have no idea why still i have 401 response code in Postman . Here is my code: 1.POM DEPENDENCIES <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> <