迁移分享:可用于java访问管理geoserver
Go to file
dependabot[bot] 4090fc1fc4
Bump spring-core from 2.5.6.SEC02 to 5.2.22.RELEASE
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 2.5.6.SEC02 to 5.2.22.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/commits/v5.2.22.RELEASE)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-25 06:49:32 +00:00
src - removing non ASCII characters form javadocs 2016-09-07 11:25:11 +02:00
.gitignore Initial revision 2011-05-10 16:05:15 +02:00
.travis.yml Create .travis.yml 2016-04-06 17:40:41 +02:00
createGitIgnore Initial revision 2011-05-10 16:05:15 +02:00
gitignore Added method for creating PostGIS datastores (with some code from E.Grosso). 2011-05-24 10:24:20 +02:00
License.txt Update License.txt 2016-04-06 17:33:41 +02:00
pom.xml Bump spring-core from 2.5.6.SEC02 to 5.2.22.RELEASE 2022-05-25 06:49:32 +00:00
README.md Merge pull request #191 from chrismayer/ml-link 2019-05-03 10:57:16 +02:00
report.sh add report.sh script: produce report for releases 2014-04-30 16:53:56 +02:00

geoserver-manager

Status

  • Master on travis Build Status
  • Master on Linux + OracleJDK7 Build Status
  • Master on Windows + OracleJDK7 Build Status
  • Stable on Linux + OracleJDK7 Build Status
  • Stable on Windows + OracleJDK7 Build Status

Intro

Client library written in Java to interact with GeoServer through its ReST administration interface.

The purpose of this project is to hold a ReST client library to interact with GeoServer; a requirement for this library is to depend as less as possible on external libraries. This library aims at being lean and mean.

For general questions about this project feel free to use the mailing lists.

Using the library

Working with Maven

In order to include the lib and its dependencies in a Maven project, the repository to point at is this one:

   <repository>
      <id>GeoSolutions</id>
      <url>http://maven.geo-solutions.it/</url>
   </repository>

and the dependency tag for your pom is as follows:

  <dependency>
    <groupId>it.geosolutions</groupId>
    <artifactId>geoserver-manager</artifactId>
    <version>1.7.0</version>
  </dependency>

If you are simply looking for the JAR to download and use you can find it here.

GeoServer Compatibility Matrix

GeoServer-Manager/GeoServer 2.6.x 2.7.x 2.8.x 2.9.x
1.6.0 Y Y P P
1.7.0 N P Y Y

Documentation

You can find some examples in the wiki.

License

geoserver-manager is released under a permissive MIT license. See wikipedia for more information.

Mailing Lists

For more information see this page.

Version

Current stable version is 1.7.0 (Changelog).

Credits

The work on this library has been initiated by GeoSolutions. Over the years it has been funded by various organizations like UN FAO, German Space Agency (DLR) and others.