[GeoServer] PostGIS 저장소 생성 오류 "postgis_lib_version() 이름의 함수가 없음 Hint: 지정된 이름 및 인자 자료형과 일치하는 함수가 없습니다"
GeoServer에서 PostGIS 저장소 생성 시 아래와 같은 오류가 발생하여 한참을 고생.. "postgis_lib_version() 이름의 함수가 없음 Hint: 지정된 이름 및 인자 자료형과 일치하는 함수가 없습니다" 생각보다 문제 해결은 간단했다 저장소로 연결하려는 데이터베이스에 접속 후 아래와 같이 쿼리를 실행하면 끝. CREATE EXTENSION postgis;
프로그래밍/GeoServer
2021. 12. 24. 13:31
Spring(스프링) & mybatis(마이바티스) 오류 정리 및 해결 방법
Spring과 mybatis를 사용(설정) 하다보면 만나는 몇가지 오류 및 해결방법을 정리 - 오류 메시지 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false..
프로그래밍/jsp·java
2019. 9. 23. 23:42