diff --git a/assembly.xml b/assembly.xml new file mode 100644 index 0000000..b6fb827 --- /dev/null +++ b/assembly.xml @@ -0,0 +1,73 @@ + + + exe + + dir + + false + + + + + /lib + ${basedir}/target/lib + + + + /config + ${basedir}/target/resources + 0755 + + *.xml + *.yml + *.properties + + + + + /dataConfig + ${basedir}/target/dataConfig + 0755 + + *.json + + + + + / + ${basedir}/target/resources/bin + 0755 + + *.bat + + + + + / + ${basedir}/target/resources/bin + 0755 + + *.xml + + + + + / + ${basedir} + 0755 + + *.exe + + + + + ${basedir}/target + / + 0755 + + ${project.build.finalName}.jar + + + + \ No newline at end of file diff --git a/src/main/resources/bin/update.bat b/src/main/resources/bin/update.bat index 74e4a9b..369dd8c 100644 --- a/src/main/resources/bin/update.bat +++ b/src/main/resources/bin/update.bat @@ -1,7 +1,7 @@ @echo off -set deployDir=%1\docus-webservice-gdszy -if %deployDir%=="" set deployDir=d:\webroot\docus-webservice-gdszy +set deployDir=%1\docus-collect-gdszy-patient-scan +if %deployDir%=="" set deployDir=d:\webroot\docus-collect-gdszy-patient-scan set curr_file=%cd% cd /d %deployDir% diff --git a/src/main/resources/bin/winsw.xml b/src/main/resources/bin/winsw.xml index 0504619..8600bcc 100644 --- a/src/main/resources/bin/winsw.xml +++ b/src/main/resources/bin/winsw.xml @@ -1,7 +1,7 @@ - docus-webservice-gdszy - 生产-嘉时病案采集-广东省中医 - 生产-嘉时病案采集-广东省中医 + docus-collect-gdszy-patient-scan + 生产-嘉时病案采集-广东省中医-扫描视图同步 + 生产-嘉时病案采集-广东省中医-扫描视图同步 Automatic %BASE%\start.bat diff --git a/winsw.exe b/winsw.exe new file mode 100644 index 0000000..ba27e3f Binary files /dev/null and b/winsw.exe differ