摘要:
项目中出现如下错误,记录下解决方法: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource 阅读全文
摘要:
1 修改文件postgresql.conf 加入listen_addresses='*' 默认是localhost, '*'表示监视所有主机(any) 2 修改文件pg_hba.conf 在host all all 127.0.0.1/32 md5 行下加入以下行 host all all 192. 阅读全文