Skip to content

m2acgi/testproj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%