{"id":1116,"date":"2022-09-20T12:15:07","date_gmt":"2022-09-20T04:15:07","guid":{"rendered":"https:\/\/usei.cn\/?p=1116"},"modified":"2022-09-20T12:39:12","modified_gmt":"2022-09-20T04:39:12","slug":"springboot-%e8%bf%9b%e7%a8%8b%e7%ae%a1%e7%90%86%e8%84%9a%e6%9c%ac","status":"publish","type":"post","link":"https:\/\/usei.cn\/index.php\/2022\/09\/20\/springboot-%e8%bf%9b%e7%a8%8b%e7%ae%a1%e7%90%86%e8%84%9a%e6%9c%ac\/","title":{"rendered":"Springboot \u8fdb\u7a0b\u7ba1\u7406\u811a\u672c"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#!\/bin\/bash\necho '\u3002\u3002\u3002\u3002\u3002\u7075\u96c6JAVA\u9879\u76ee\u52a9\u624b\u3002\u3002\u3002\u3002\u3002'\n#\u8fd9\u91cc\u66ff\u6362\u4e3ajar\u5305\u540d\u5b57\nAPP_NAME='ruoyi-admin.jar'\nDIR_PATH='\/www\/wwwroot\/j.lingji.vip\/api\/'\n# \u9ed8\u8ba4\u7aef\u53e3\nDEFAULT_PORT=5939\n#\u6839\u636e\u5b9e\u9645\u60c5\u51b5\u4fee\u6539\u53c2\u6570\nJVM=\"-Xmx1024M -Xms256M\"\n\n#\u4f7f\u7528\u8bf4\u660e,\u7528\u6765\u63d0\u793a\u8f93\u5165\u53c2\u6570\nusage(){\n    echo \"\u8bf4\u660e: sh \u6267\u884c\u811a\u672c.sh &#91;start|stop|restart|status|log] &#91;port]\"\n    exit 1\n}\nport=$2\n\n#\u68c0\u67e5\u6307\u5b9a\u7aef\u53e3\u662f\u5426\u662f\u6709\u7a0b\u5e8f\u5728\u8fd0\u884c\nis_exist(){\n    # \u9ed8\u8ba4\u7aef\u53e3\n    if &#91; \"${port}\" == \"\" ]; then\n    # \u9ed8\u8ba4\u4f7f\u7528\n\t  port=$DEFAULT_PORT\n    fi\n    # \u83b7\u53d6\u7aef\u53e3\u5360\u7528\u7684\u8fdb\u7a0b\u53f7  NR \u63a7\u5236\u884c\u3002$2 \u63a7\u5236\u5217\n    pid=`\/usr\/sbin\/lsof -i:$port | awk 'NR == 2' | awk '{print  $2}'`\n    #\u5982\u679c\u4e0d\u5b58\u5728\u8fd4\u56de1,\u5b58\u5728\u8fd4\u56de0\n    if &#91; -z \"${pid}\" ]; then\n        return 1\n    else\n        return 0\n    fi\n}\n\n#\u542f\u52a8\u65b9\u6cd5\nstart(){\n    is_exist\n    if &#91; $? -eq \"0\" ]; then\n        echo \"${port} \u7aef\u53e3\u5df2\u7ecf\u88ab ${pid} \u8fdb\u7a0b\u5360\u7528\"\n    else\n        nohup java $JVM -jar $DIR_PATH$APP_NAME --server.port=$port >log.file  2>&amp;1 &amp;\n\n\techo \" ${APP_NAME} \u8fdb\u7a0b $! \u5728 ${port} \u7aef\u53e3\u542f\u52a8\u4e2d......\"\n\tlog\n    fi\n}\n\n#\u505c\u6b62\u65b9\u6cd5\nstop(){\n    is_exist\n    if &#91; $? -eq \"0\" ]; then\n        kill -9 $pid\n\techo \"${port} \u7aef\u53e3\u7684\u8fdb\u7a0b ${pid} \u5df2\u7ecf\u88ab\u4e2d\u65ad\"\n    else\n        echo \"${port} \u7aef\u53e3\u672a\u542f\u7528\"\n    fi\n}\n\n#\u8f93\u51fa\u8fd0\u884c\u72b6\u6001\nstatus(){\n    is_exist\n    if &#91; $? -eq \"0\" ]; then\n        echo \"${port} \u7aef\u53e3\u5df2\u88ab\u8fdb\u7a0b  ${pid} \u5360\u7528\"\n    else\n        echo \"${port} \u7aef\u53e3\u672a\u88ab\u5360\u7528\"\n    fi\n}\n#\u91cd\u542f\nrestart(){\n    stop\n    start\n}\n\n#\u65e5\u5fd7\nlog(){\n    # \u8f93\u51fa\u5b9e\u65f6\u65e5\u5fd7\n    tail -n 100 -f log.file\n}\n\n#\u6839\u636e\u8f93\u5165\u53c2\u6570,\u9009\u62e9\u6267\u884c\u5bf9\u5e94\u65b9\u6cd5,\u4e0d\u8f93\u5165\u5219\u6267\u884c\u4f7f\u7528\u8bf4\u660e\ncase \"$1\" in\n    \"start\")\n        start\n        ;;\n    \"stop\")\n        stop\n        ;;\n    \"status\")\n        status\n        ;;\n    \"restart\")\n        restart\n        ;;\n    \"log\")\n        log\n        ;;\n    *)\nusage\n;;\nesac<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,75,1],"tags":[],"class_list":["post-1116","post","type-post","status-publish","format-standard","hentry","category-java","category-springboot","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/1116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/comments?post=1116"}],"version-history":[{"count":2,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/1116\/revisions"}],"predecessor-version":[{"id":1119,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/1116\/revisions\/1119"}],"wp:attachment":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/media?parent=1116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/categories?post=1116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/tags?post=1116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}