src/main/resources/application-dev.yml
@@ -14,7 +14,7 @@
          password: yshb@123
        sqlite:
          driver-class-name: org.sqlite.JDBC
          url: jdbc:sqlite::resource:static/sqlite/resource_db.db
          url: jdbc:sqlite:DB/resource_db.db
          username:
          password:
#    url: jdbc:mysql://192.168.2.104:3306/drone_test?useSSL=false&allowPublicKeyRetrieval=true
@@ -87,10 +87,18 @@
  out-net-file-address: http://dev.jxpskj.com:9000
#图斑的解压地址和图斑文件转航线文件的地址
Patches:
patches:
  url:
    path:
      unzip: D:/tmp/
      unzip: src/main/resources/tmp/
      kmz:
        destKMZFile: src/main/resources/template/kmz/
        sourceDir: src/main/resources/template/wpmz/
        sourceDir: src/main/resources/template/wpmz/
  xml:
    temple:
      template: src/main/resources/template/template.xml
      waylines: src/main/resources/template/waylines.xml
    target:
      template: src/main/resources/template/wpmz/template.kml
      waylines: src/main/resources/template/wpmz/waylines.wpml