欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

sdsdsd

程序员文章站 2022-07-14 12:54:51
...

 

check project biuld right:

mvn clean verify

 

http://jingyan.baidu.com/article/7f41ececec6c47593d095cf4.html

 

 

2015/6/23

language support

sudo apt-get install language-selector-gnome

 

ubtun安装输入法

http://weblove.iteye.com/blog/2048275

http://jingyan.baidu.com/article/4b07be3c60da3f48b380f3f0.html

 

 

1.写文档地址

 https://movoto.atlassian.net/wiki/display/SD/school

 

2015/6/23

junit VM argument

-Dsoa.conf="/home/kevin/movoto/etc/soa" -Dspring.profiles.active="dev"

 

 

cmd test

 mvn -Dtest=UserIntegrationTest clean test

 

mvn clean install -Dmaven.test.skip=true

 

2015/6/25

spring-web-4.1.4.RELEASE.jar

 

查看占用8080端口的进程

netstat -pan|grep 8080

 

2015/6/29

git clone http://git.igenhome.local/git/soa/service/property.git

git checkout --track origin/develop

 

//git 提交

git status

git add ./releases/release1.0/user_testimonial/

git status 

git commit -m 'fixed issue user-1 testimonials'

git push

 

推荐阅读