11 lines
140 B
Bash
11 lines
140 B
Bash
#!/bin/bash
|
|
|
|
source func.sh
|
|
|
|
function tFunc(){
|
|
stopStart "$1" "--spring.profiles.active=prod" "$2"
|
|
}
|
|
|
|
# 对内服务
|
|
tFunc tbd-demo.jar
|