Remove commented out code
This commit is contained in:
@@ -14,14 +14,4 @@ public class DatabaseConfig {
|
|||||||
public Server h2Server() throws SQLException {
|
public Server h2Server() throws SQLException {
|
||||||
return Server.createTcpServer("-tcp", "-tcpAllowOthers", "-tcpPort", "9092");
|
return Server.createTcpServer("-tcp", "-tcpAllowOthers", "-tcpPort", "9092");
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Bean
|
|
||||||
// public CommandLineRunner demoUsers(UserRepository userRepository, PasswordEncoder passwordEncoder) {
|
|
||||||
// return args -> {
|
|
||||||
// System.out.println(passwordEncoder.encode("user1Password"));
|
|
||||||
// System.out.println(passwordEncoder.encode("user2Password"));
|
|
||||||
// System.out.println(passwordEncoder.encode("user3Password"));
|
|
||||||
// System.out.println(passwordEncoder.encode("user4Password"));
|
|
||||||
// };
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user