# testproj
# mvn 打包部署脚本
#!/bin/bash
git pull origin master;
cd testproj/webdemo;
mvn package;
cp target/webdemo.war ${tomcat_dir}/webapps;
${tomcat_dir}/bin/startup.sh
forked from httpyj/testproj
-
Notifications
You must be signed in to change notification settings - Fork 0
m2acgi/testproj
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%