Commit 914bc0f7 authored by 赵啸非's avatar 赵啸非

修改打包脚本

parent 8ef3a1f7
Pipeline #2496 failed with stages
......@@ -33,6 +33,7 @@
<profiles.nacos.server-addr>192.168.0.252:8848</profiles.nacos.server-addr>
<profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group>
<profiles.nacos.namespace>smart-gov</profiles.nacos.namespace>
<profiles.log.level>INFO</profiles.log.level>
<profiles.publish.path>/home/publish</profiles.publish.path>
<profiles.log.path>/mortals/app/logs</profiles.log.path>
</properties>
......
......@@ -60,7 +60,7 @@ exec "$JAVACMD" $JAVA_OPTS \
-Dbasedir="$BASEDIR" \
-Djava.io.tmpdir=$TEMP_PATH \
-Dloader.path="file://$BASEDIR/conf,file://$BASEDIR/lib" \
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5516 \
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5816 \
-jar $MAIN_CLASS \
> /dev/null &
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment