mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Arreglos travis
This commit is contained in:
parent
ff9ced2fdd
commit
d6c31ae90d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import org.springframework.security.crypto.password.PasswordEncoder;
|
||||||
@EnableWebSecurity
|
@EnableWebSecurity
|
||||||
public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
|
public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
|
||||||
|
|
||||||
@Autowired(required = true)
|
@Autowired(required = false)
|
||||||
DataSource dataSource;
|
DataSource dataSource;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue