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