Compare commits
3 Commits
15cac660bc
...
5cb9497163
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cb9497163 | |||
| a77c0e854d | |||
| f4f1fa4890 |
@@ -20,10 +20,10 @@ public class DataLoadConfig {
|
||||
private final UserRepository userRepository;
|
||||
private final PasswordEncoder passwordEncoder;
|
||||
|
||||
@Value(value = "app.default-user.username")
|
||||
@Value("${app.default-user.username}")
|
||||
private String usernameFile;
|
||||
|
||||
@Value(value = "app.default-user.password")
|
||||
@Value("${app.default-user.password}")
|
||||
private String passwordFile;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user