Commit 4caf955e authored by 赵啸非's avatar 赵啸非

添加适配直连考勤机定时任务代码

parent 4adcaaae
#!/bin/sh #!/bin/sh
PORT="@profiles.server.port@" PORT="@profiles.server.port@"
DEBUG_PORT=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=@profiles.server.debug.port@ DEBUG_PORT=@profiles.server.debug.port@
BASEDIR=`dirname $0`/.. BASEDIR=`dirname $0`/..
BASEDIR=`(cd "$BASEDIR"; pwd)` BASEDIR=`(cd "$BASEDIR"; pwd)`
PROJECT_NAME="@project.artifactId@"; PROJECT_NAME="@project.artifactId@";
......
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