mstahv / spring-boot-spatial-example

A Spring Boot example editing spatial data in MySQL
140 stars 57 forks source link

ransfer failed for http://repo.boundlessgeo.com/main/org/opengeo/geodb/0.9/geodb-0.9.pom #9

Open yangboz opened 3 years ago

yangboz commented 3 years ago

Transfer failed for http://repo.boundlessgeo.com/main/org/opengeo/geodb/0.9/geodb-0.9.pom: repo.boundlessgeo.com:80 failed to respond

any idea?

Avec112 commented 3 years ago

You will find it in standard Maven Repo. https://mvnrepository.com/artifact/org.opengeo/geodb/0.9

yangboz commented 3 years ago

another issue happened:

[ERROR] Failed to execute goal on project spatial-spring-boot-app: Could not resolve dependencies for project org.vaadin:spatial-spring-boot-app:jar:0.0.1-SNAPSHOT:
 Failed to collect dependencies at org.opengeo:geodb:jar:0.9: Failed to read artifact descriptor for org.opengeo:geodb:jar:0.9: 

Could not transfer artifact org.opengeo:geodb:pom:0.9 from/to boundless (http://repo.boundlessgeo.com/main/): Transfer failed for http://repo.boundlessgeo.com/main/org/opengeo/geodb/0.9/geodb-0.9.pom: repo.boundlessgeo.com:80 failed to respond -> [Help 1]

any differ repository existed?

thanks.

Avec112 commented 3 years ago

Sorry my bad. I Did not notice the reference from mvnrepository.com to repo.bundlessgeo.com/main

The project seems to have been archived. https://support.planet.com/hc/en-us/community/posts/360009782998-repo-boundlessgeo-com-is-unavailable-

mstahv commented 8 months ago

geodb shouldn't be used anymore and neither should http 😁. On h2 database I think one should uses the h2gis. Time has passed though and it is trivial to launch an actaul DB server for the demo with TestContainers. The latest version now does this and uses PostGis, which I think is the most advanced OSS solution.