Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JeeSpringCloud
Commits
c235571d
Commit
c235571d
authored
Nov 12, 2018
by
Huang
Browse files
no commit message
parent
d3ad3768
Changes
9
Hide whitespace changes
Inline
Side-by-side
JeeSpringCloud/bin/clean.bat
0 → 100644
View file @
c235571d
@echo
off
rem /**
rem */
echo
.
echo
[
Ϣ
]
ļ
echo
.
echo
.
cd
/d
%~dp0
cd
..
call
mvn
clean
cd
bin
pause
\ No newline at end of file
JeeSpringCloud/bin/compile.bat
0 → 100644
View file @
c235571d
@echo
off
rem /**
rem */
echo
.
echo
[
Ϣ
]
compile
ļ
echo
.
cd
/d
%~dp0
cd
..
call
mvn
compile
cd
bin
pause
\ No newline at end of file
JeeSpringCloud/bin/cop webapp to web.bat
0 → 100644
View file @
c235571d
@echo
off
rem /**
rem */
echo
.
echo
[
Ϣ
]
ģwebappjeespring
-web
echo
.
pause
cd
/d
%~dp0
cd
..
xcopy
jeespring
-cms
\src\main\webapp\
*
.
*
jeespring
-web
\src\main\webapp
/s /e /y
xcopy
jeespring
-company
\src\main\webapp\
*
.
*
jeespring
-web
\src\main\webapp
/s /e /y
cd
bin
pause
\ No newline at end of file
JeeSpringCloud/bin/eclipse.bat
0 → 100644
View file @
c235571d
@echo
off
rem /**
rem */
echo
.
echo
[
Ϣ
]
Eclipse
ļ
echo
.
cd
/d
%~dp0
cd
..
call
mvn
-Declipse
.workspace
=
%cd%
eclipse
:eclipse
cd
bin
pause
\ No newline at end of file
JeeSpringCloud/bin/idea del.bat
0 → 100644
View file @
c235571d
@echo
off
rem /**
rem */
echo
.
echo
[
info
]
del
project
info
and
target
。
echo
.
cd
..\
if
exist
.\jeespring
-web
\target
(
rmdir
/s/q
.\jeespring
-web
\target
del
.\jeespring
-web
\
*
.iml
echo
[
info
]
del
.\jeespring
-web
\target
)
if
exist
.\jeespring
-mq
\target
(
rmdir
/s/q
.\jeespring
-mq
\target
del
.\jeespring
-mq
\
*
.iml
echo
[
info
]
del
.\jeespring
-mq
\target
)
if
exist
.\jeespring
-framework
\target
(
rmdir
/s/q
.\jeespring
-framework
\target
del
.\jeespring
-framework
\
*
.iml
echo
[
info
]
del
.\jeespring
-mq
\target
)
if
exist
.\jeespring
-company
\target
(
rmdir
/s/q
.\jeespring
-company
\target
del
.\jeespring
-company
\
*
.iml
echo
[
info
]
del
.\jeespring
-company
\target
)
if
exist
.\jeespring
-cms
\target
(
rmdir
/s/q
.\jeespring
-cms
\target
del
.\jeespring
-cms
\
*
.iml
echo
[
info
]
del
.\jeespring
-cms
\target
)
if
exist
.\projectFilesBackup
(
rmdir
/s/q
.\projectFilesBackup
echo
[
info
]
del
.\projectFilesBackup
)
del
jeespring
.iml
del
jeespring
.ipr
del
jeespring
.iws
echo
[
info
]
deal
end
pause
\ No newline at end of file
JeeSpringCloud/bin/idea.bat
0 → 100644
View file @
c235571d
@echo
off
rem /**
rem */
echo
.
echo
[
Ϣ
]
Eclipse
ļ
echo
.
cd
/d
%~dp0
cd
..
call
mvn
idea
:idea
cd
bin
pause
\ No newline at end of file
JeeSpringCloud/bin/install.bat
0 → 100644
View file @
c235571d
@echo
off
rem /**
rem */
echo
.
echo
[
Ϣ
]
install
echo
.
cd
/d
%~dp0
cd
..
call
mvn
install
-f
pom
-install
.xml
cd
bin
pause
\ No newline at end of file
JeeSpringCloud/bin/package.bat
0 → 100644
View file @
c235571d
@echo
off
rem /**
rem */
echo
.
echo
[
Ϣ
]
package
ļ
echo
.
cd
/d
%~dp0
cd
..
call
mvn
package
cd
bin
pause
\ No newline at end of file
JeeSpringCloud/bin/run.bat
0 → 100644
View file @
c235571d
@echo
off
rem /**
rem */
echo
.
echo
[
Ϣ
]
йļ
echo
.
cd
/d
%~dp0
cd
../jeespring
-web/target
java
-jar
jeespring
-web
-
3
.0.0.war
cd
bin
pause
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment