Compare commits
2 Commits
d7b7852d80
...
c3287b0fde
| Author | SHA1 | Date | |
|---|---|---|---|
| c3287b0fde | |||
| e2a491c373 |
@@ -36,7 +36,7 @@ configurations.all {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bootJar {
|
bootJar {
|
||||||
archiveFileName = "shp-exporter.jar"
|
archiveFileName = "shp-exporter-v2.jar"
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ spring:
|
|||||||
application:
|
application:
|
||||||
name: make-shapefile-service
|
name: make-shapefile-service
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: prod
|
||||||
main:
|
main:
|
||||||
web-application-type: none # Disable web server for CLI application
|
web-application-type: none # Disable web server for CLI application
|
||||||
|
|||||||
Reference in New Issue
Block a user