We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49af8b commit 077632fCopy full SHA for 077632f
2 files changed
src/main/assembly/assembly.xml
@@ -43,7 +43,10 @@
43
<source>target/sql-boot-0.2.0-SNAPSHOT.jar</source>
44
<destName>sql-boot.jar</destName>
45
<fileMode>0764</fileMode>
46
- <!--<lineEnding>unix</lineEnding>-->
+ </file>
47
+ <file>
48
+ <source>src/main/resources/run</source>
49
+ <fileMode>0764</fileMode>
50
</file>
51
<file>
52
<source>src/main/resources/application.yml</source>
src/main/resources/run
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+java -Dloader.path='.' -jar ./sql-boot.jar
0 commit comments