-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V1.2.6 Spring 4.0 MyBatis 3.2 commit.
- Loading branch information
Showing
2,589 changed files
with
294,317 additions
and
137,493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@echo off | ||
rem /** | ||
rem * Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. | ||
rem * | ||
rem * Author: ThinkGem@163.com | ||
rem */ | ||
echo. | ||
echo [ÐÅÏ¢] ÇåÀíÉú³É·¾¶¡£ | ||
echo. | ||
pause | ||
echo. | ||
|
||
cd %~dp0 | ||
cd.. | ||
|
||
call mvn clean | ||
|
||
cd bin | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@echo off | ||
rem /** | ||
rem * Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. | ||
rem * | ||
rem * Author: ThinkGem@163.com | ||
rem */ | ||
echo. | ||
echo [ÐÅÏ¢] Éú³ÉEclipse¹¤³ÌÎļþ¡£ | ||
echo. | ||
pause | ||
echo. | ||
|
||
cd %~dp0 | ||
cd.. | ||
|
||
call mvn deploy | ||
|
||
cd bin | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
@echo off | ||
echo [INFO] Use maven eclipse-plugin download jars and generate eclipse project files. | ||
rem /** | ||
rem * Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. | ||
rem * | ||
rem * Author: ThinkGem@163.com | ||
rem */ | ||
echo. | ||
echo [ÐÅÏ¢] Éú³ÉEclipse¹¤³ÌÎļþ¡£ | ||
echo. | ||
pause | ||
echo. | ||
|
||
%~d0 | ||
cd %~dp0 | ||
cd .. | ||
cd.. | ||
|
||
call mvn -Declipse.workspace=%cd% eclipse:clean eclipse:eclipse | ||
|
||
cd bin | ||
pause | ||
pause |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
@echo off | ||
echo [INFO] Package jar. | ||
rem /** | ||
rem * Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. | ||
rem * | ||
rem * Author: ThinkGem@163.com | ||
rem */ | ||
echo. | ||
echo [信息] 打包工程,生成war包文件。 | ||
echo. | ||
pause | ||
echo. | ||
|
||
%~d0 | ||
cd %~dp0 | ||
cd .. | ||
cd.. | ||
|
||
call mvn clean package -Dmaven.test.skip=true | ||
|
||
cd bin | ||
pause | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
@echo off | ||
echo [INFO] Use maven jetty-plugin run the project. | ||
rem /** | ||
rem * Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. | ||
rem * | ||
rem * Author: ThinkGem@163.com | ||
rem */ | ||
title %cd% | ||
echo. | ||
echo [信息] 使用Jetty插件运行工程。 | ||
echo. | ||
rem pause | ||
rem echo. | ||
|
||
%~d0 | ||
cd %~dp0 | ||
cd .. | ||
cd.. | ||
|
||
set MAVEN_OPTS=%MAVEN_OPTS% -Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m | ||
call mvn jetty:run | ||
|
||
cd bin | ||
pause | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
@echo off | ||
echo [INFO] Use maven tomcat6-plugin run the project. | ||
rem /** | ||
rem * Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. | ||
rem * | ||
rem * Author: ThinkGem@163.com | ||
rem */ | ||
title %cd% | ||
echo. | ||
echo [信息] 使用Tomcat6插件运行工程。 | ||
echo. | ||
rem pause | ||
rem echo. | ||
|
||
%~d0 | ||
cd %~dp0 | ||
cd .. | ||
cd.. | ||
|
||
set MAVEN_OPTS=%MAVEN_OPTS% -Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m | ||
call mvn tomcat6:run | ||
|
||
cd bin | ||
pause | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
@echo off | ||
echo [INFO] Use maven tomcat7-plugin run the project. | ||
rem /** | ||
rem * Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. | ||
rem * | ||
rem * Author: ThinkGem@163.com | ||
rem */ | ||
title %cd% | ||
echo. | ||
echo [信息] 使用Tomcat7插件运行工程。 | ||
echo. | ||
rem pause | ||
rem echo. | ||
|
||
%~d0 | ||
cd %~dp0 | ||
cd .. | ||
cd.. | ||
|
||
set MAVEN_OPTS=%MAVEN_OPTS% -Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m | ||
call mvn tomcat7:run | ||
|
||
cd bin | ||
pause | ||
pause |
Oops, something went wrong.
怎么才能让上传的文件名为自定义的名称,