我尝试使用以下代码使用php和数据库postgresql测试连接:
但我得到这样的消息错误:
pg_connect():无法连接到postgreSQL服务器:致命:身份验证失败,用户" postgres"
for (MultipartFile uploadedFile : uploadingFiles) {
File file = new File("path/to/your/server/application/directory"+uploadedFile.getOriginalFilename());
uploadedFile .transferTo(file);
logger.info("path:{}", file.getAbsolutePath()); // I expect to find files here
}
有人可以帮助我吗?顺便说一下我使用Centos 7.2