upload dokumen

This commit is contained in:
dirgantarasiahaan
2023-05-30 11:12:25 +07:00
parent 746d7ec4ae
commit 06058d279e
14 changed files with 381 additions and 47 deletions

View File

@@ -18,7 +18,7 @@ import org.springframework.stereotype.Service;
@Service
public class PostCreateUserService implements BaseService<UsersRequest, UsersResponse> {
@Value("${config.password.default-password:plgg123}")
@Value("${config.password.default-password:plngg123}")
private String defaultPassword;
private UsersRepository usersRepository;