Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SpringMVCTemplate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HireTest
SpringMVCTemplate
Commits
e1507e68
Commit
e1507e68
authored
Aug 01, 2018
by
邢足健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coding
parent
904a971a
Changes
9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
328 additions
and
118 deletions
+328
-118
workspace.xml
.idea/workspace.xml
+297
-87
README.md
README.md
+1
-1
pom.xml
dao/pom.xml
+4
-4
deploy.sh
deploy.sh
+3
-3
pom.xml
domain/pom.xml
+2
-2
pom.xml
pom.xml
+6
-6
pom.xml
service/pom.xml
+6
-6
pom.xml
web/pom.xml
+8
-8
filePath.properties
web/src/main/resources/filePath.properties
+1
-1
No files found.
.idea/workspace.xml
View file @
e1507e68
This diff is collapsed.
Click to expand it.
README.md
View file @
e1507e68
...
...
@@ -21,5 +21,5 @@ mvn install:install-file -Dfile=docs/jar/excel-1.1.1-SNAPSHOT.jar -DgroupId=exc
>jar项目维护在gitlab.haomo-studio.com上的excel-jar的项目
>使用请看的demo请看:web/src/main/test/com/haomostudio/
milk
/test/Test.java
>使用请看的demo请看:web/src/main/test/com/haomostudio/
SpringMVCTemplate
/test/Test.java
dao/pom.xml
View file @
e1507e68
...
...
@@ -3,8 +3,8 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
com.haomostudio.
milk
</groupId>
<artifactId>
milk
</artifactId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
SpringMVCTemplate
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
</parent>
...
...
@@ -21,9 +21,9 @@
<dependencies>
<dependency>
<groupId>
com.haomostudio.
milk
</groupId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
domain
</artifactId>
<version>
${
milk
.domain.version}
</version>
<version>
${
SpringMVCTemplate
.domain.version}
</version>
</dependency>
</dependencies>
...
...
deploy.sh
View file @
e1507e68
#!/bin/bash
#rsync -avz web/target/
milk.war member@tentop.com.cn:/opt/tomcat8/webapps/milk
.war
#rsync -avz web/target/
milk.war member@haomo-tech.com:/data/tomcat/webapps/milk
.war
#rsync -avz web/target/
SpringMVCTemplate.war member@tentop.com.cn:/opt/tomcat8/webapps/SpringMVCTemplate
.war
#rsync -avz web/target/
SpringMVCTemplate.war member@haomo-tech.com:/data/tomcat/webapps/SpringMVCTemplate
.war
rsync
-avz
-e
"ssh -p12322"
web/target/milk.war haomo@haomo-studio.com:/opt/hm_tomcat/webapps
\ No newline at end of file
rsync
-avz
-e
"ssh -p12322"
web/target/SpringMVCTemplate.war haomo@haomo-studio.com:/opt/hm_tomcat/webapps
\ No newline at end of file
domain/pom.xml
View file @
e1507e68
...
...
@@ -3,8 +3,8 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
com.haomostudio.
milk
</groupId>
<artifactId>
milk
</artifactId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
SpringMVCTemplate
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
</parent>
...
...
pom.xml
View file @
e1507e68
...
...
@@ -4,7 +4,7 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.haomostudio.
milk
</groupId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
SpringMVCTemplate
</artifactId>
<packaging>
pom
</packaging>
<version>
0.0.1-SNAPSHOT
</version>
...
...
@@ -16,10 +16,10 @@
</modules>
<properties>
<
milk.web.version>
0.0.1-SNAPSHOT
</milk
.web.version>
<
milk.service.version>
0.0.1-SNAPSHOT
</milk
.service.version>
<
milk.dao.version>
0.0.1-SNAPSHOT
</milk
.dao.version>
<
milk.domain.version>
0.0.1-SNAPSHOT
</milk
.domain.version>
<
SpringMVCTemplate.web.version>
0.0.1-SNAPSHOT
</SpringMVCTemplate
.web.version>
<
SpringMVCTemplate.service.version>
0.0.1-SNAPSHOT
</SpringMVCTemplate
.service.version>
<
SpringMVCTemplate.dao.version>
0.0.1-SNAPSHOT
</SpringMVCTemplate
.dao.version>
<
SpringMVCTemplate.domain.version>
0.0.1-SNAPSHOT
</SpringMVCTemplate
.domain.version>
<spring.version>
4.1.4.RELEASE
</spring.version>
<spring-data-jpa.version>
1.9.1.RELEASE
</spring-data-jpa.version>
<jackson.version>
2.5.0
</jackson.version>
...
...
@@ -506,7 +506,7 @@
<artifactId>
maven-war-plugin
</artifactId>
<version>
2.4
</version>
<configuration>
<warName>
milk
</warName>
<warName>
SpringMVCTemplate
</warName>
<webXml>
src/main/resources/webapp/WEB-INF/web.xml
</webXml>
</configuration>
</plugin>
...
...
service/pom.xml
View file @
e1507e68
...
...
@@ -3,8 +3,8 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
com.haomostudio.
milk
</groupId>
<artifactId>
milk
</artifactId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
SpringMVCTemplate
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
</parent>
...
...
@@ -21,14 +21,14 @@
<dependencies>
<dependency>
<groupId>
com.haomostudio.
milk
</groupId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
dao
</artifactId>
<version>
${
milk
.dao.version}
</version>
<version>
${
SpringMVCTemplate
.dao.version}
</version>
</dependency>
<dependency>
<groupId>
com.haomostudio.
milk
</groupId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
domain
</artifactId>
<version>
${
milk
.dao.version}
</version>
<version>
${
SpringMVCTemplate
.dao.version}
</version>
</dependency>
<dependency>
<groupId>
com.sap
</groupId>
...
...
web/pom.xml
View file @
e1507e68
...
...
@@ -3,8 +3,8 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
com.haomostudio.
milk
</groupId>
<artifactId>
milk
</artifactId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
SpringMVCTemplate
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
</parent>
...
...
@@ -20,19 +20,19 @@
<dependencies>
<dependency>
<groupId>
com.haomostudio.
milk
</groupId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
service
</artifactId>
<version>
${
milk
.service.version}
</version>
<version>
${
SpringMVCTemplate
.service.version}
</version>
</dependency>
<dependency>
<groupId>
com.haomostudio.
milk
</groupId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
dao
</artifactId>
<version>
${
milk
.dao.version}
</version>
<version>
${
SpringMVCTemplate
.dao.version}
</version>
</dependency>
<dependency>
<groupId>
com.haomostudio.
milk
</groupId>
<groupId>
com.haomostudio.
SpringMVCTemplate
</groupId>
<artifactId>
domain
</artifactId>
<version>
${
milk
.domain.version}
</version>
<version>
${
SpringMVCTemplate
.domain.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
...
...
web/src/main/resources/filePath.properties
View file @
e1507e68
#upload_file_path=/Users/haomo/Desktop/
upload_file_path
=
/root/hm_tomcat/webapps/file/
milk
/
upload_file_path
=
/root/hm_tomcat/webapps/file/
SpringMVCTemplate
/
#
pdf_export_path
=
/Users/liuranran/Tomcat8/
\ No newline at end of file
Write
Preview
Markdown
is supported
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