Spring Boot 2.7.18.RELEASE
Maven 3.6.3+
JDK 1.8
Wiki Reference: https://github.com/NicheToolkit/jts-toolkit/wiki
- Maven (
pom.xml
)
<dependency>
<groupId>io.github.nichetoolkit</groupId>
<artifactId>jts-toolkit-core</artifactId>
<version>1.1.1</version>
</dependency>
- Maven (
pom.xml
)
<dependency>
<groupId>io.github.nichetoolkit</groupId>
<artifactId>jts-toolkit-utils</artifactId>
<version>1.1.1</version>
</dependency>
- prefix
nichetoolkit.jts.jackson
- values
value | type | defaultValue | description |
---|---|---|---|
enabled |
Boolean |
false |
the switch of auto configure with jts jackson. |
- properties
nichetoolkit.jts.jackson.enabled=true
- prefix
nichetoolkit.jts.shape
- values
value | type | defaultValue | description |
---|---|---|---|
enabled |
Boolean |
false |
the switch of auto configure with jts shap. |
space.root-path |
String |
the root file path of jts shape space. | |
space.cache-path |
String |
the cache file path of jts shape space. | |
space.shape-path |
String |
the shape file path of jts shape space. | |
space.zip-path |
String |
the zip file path of jts shape space. |
- properties
nichetoolkit.jts.shape.enabled=true
nichetoolkit.jts.shape.space.root-path=G:\\data\\server
nichetoolkit.jts.shape.space.cache-path=\\cache
nichetoolkit.jts.shape.space.shape-path=\\shape
nichetoolkit.jts.shape.space.zip-path=\\zip