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