1 Star 0 Fork 35

Bigcockthor/project_5277433

forked from 清泉Link/project_4129446 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
sfli.sir 提交于 2018-09-08 10:54 . note: 初始化项目readme
SHELL := /bin/bash
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " start to start service "
@echo " stop to stop service "
start:
@echo "start server"
mvn spring-boot:run -X -Drun.jvmArguments='-Dserver.port=8080' -Djava.rmi.server.hostname='127.0.0.1'
@echo "ok"
stop:
@echo "stop server"
mvn spring-boot:stop
@echo "ok"
start_background
@echo "start server"
nohup mvn spring-boot:run -X -Drun.jvmArguments='-Dserver.port=8080' &
@echo "output to nohup ok"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liuwenchun/tiantian.git
[email protected]:liuwenchun/tiantian.git
liuwenchun
tiantian
project_5277433
master

搜索帮助