postgis / postgis-java

java bindings for postgis
145 stars 56 forks source link

Register via SPI #90

Closed OrangeDog closed 3 years ago

OrangeDog commented 3 years ago

The file META-INF/services/java.sql.Driver should contain the string org.postgis.DriverWrapper.

Then there's no need for additional registration.