Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ajb-backend-car
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
ajb-backend-car
Commits
fc03e66f
Commit
fc03e66f
authored
Jul 27, 2018
by
Simon Cheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mdev发布测试
parent
8368ef96
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
46 additions
and
14 deletions
+46
-14
ajb-car-api/.settings/org.eclipse.wst.common.component
+0
-9
ajb-car-api/pom.xml
+4
-0
ajb-car-entity/pom.xml
+4
-0
ajb-car-jpa/pom.xml
+8
-4
ajb-car-utils/.classpath
+1
-0
ajb-car-utils/.project
+13
-0
ajb-car-utils/.settings/org.eclipse.wst.common.component
+5
-0
ajb-car-utils/.settings/org.eclipse.wst.common.project.facet.core.xml
+5
-0
ajb-car-utils/pom.xml
+4
-1
ajb-car-vo/pom.xml
+2
-0
No files found.
ajb-car-api/.settings/org.eclipse.wst.common.component
View file @
fc03e66f
...
@@ -5,15 +5,6 @@
...
@@ -5,15 +5,6 @@
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/src/main/java"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/src/main/java"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/src/main/resources"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/src/main/resources"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/.apt_generated"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/.apt_generated"
/>
<dependent-module
archiveName=
"ajb-car-vo-0.0.1-SNAPSHOT.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/ajb-car-vo/ajb-car-vo"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"ajb-car-entity-0.0.1-SNAPSHOT.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/ajb-car-entity/ajb-car-entity"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<dependent-module
archiveName=
"ajb-car-jpa-0.0.1-SNAPSHOT.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/ajb-car-jpa/ajb-car-jpa"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
<property
name=
"java-output-path"
value=
"/ajb-car-api/target/classes"
/>
<property
name=
"java-output-path"
value=
"/ajb-car-api/target/classes"
/>
<property
name=
"context-root"
value=
"synch"
/>
<property
name=
"context-root"
value=
"synch"
/>
</wb-module>
</wb-module>
...
...
ajb-car-api/pom.xml
View file @
fc03e66f
...
@@ -8,7 +8,10 @@
...
@@ -8,7 +8,10 @@
<artifactId>
ajb-car
</artifactId>
<artifactId>
ajb-car
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
</parent>
</parent>
<groupId>
ajb-car-app
</groupId>
<artifactId>
ajb-car-api
</artifactId>
<artifactId>
ajb-car-api
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<name>
ajb-car-api
</name>
<name>
ajb-car-api
</name>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<url>
http://maven.apache.org
</url>
<url>
http://maven.apache.org
</url>
...
@@ -142,4 +145,5 @@
...
@@ -142,4 +145,5 @@
</plugins>
</plugins>
<finalName>
carapi
</finalName>
<finalName>
carapi
</finalName>
</build>
</build>
</project>
</project>
ajb-car-entity/pom.xml
View file @
fc03e66f
...
@@ -7,7 +7,10 @@
...
@@ -7,7 +7,10 @@
<artifactId>
ajb-car
</artifactId>
<artifactId>
ajb-car
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
</parent>
</parent>
<groupId>
ajb-car-app
</groupId>
<artifactId>
ajb-car-entity
</artifactId>
<artifactId>
ajb-car-entity
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<name>
ajb-car-entity
</name>
<name>
ajb-car-entity
</name>
<url>
http://maven.apache.org
</url>
<url>
http://maven.apache.org
</url>
<properties>
<properties>
...
@@ -22,4 +25,5 @@
...
@@ -22,4 +25,5 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
ajb-car-jpa/pom.xml
View file @
fc03e66f
...
@@ -7,7 +7,10 @@
...
@@ -7,7 +7,10 @@
<artifactId>
ajb-car
</artifactId>
<artifactId>
ajb-car
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
ajb-car-jpa
</artifactId>
<artifactId>
ajb-car-jpa
</artifactId>
<groupId>
ajb-car-app
</groupId>
<version>
0.0.1-SNAPSHOT
</version>
<name>
ajb-car-jpa
</name>
<name>
ajb-car-jpa
</name>
<url>
http://maven.apache.org
</url>
<url>
http://maven.apache.org
</url>
<properties>
<properties>
...
@@ -15,18 +18,18 @@
...
@@ -15,18 +18,18 @@
</properties>
</properties>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
ajb-car
</groupId>
<groupId>
ajb-car
-app
</groupId>
<artifactId>
ajb-car-vo
</artifactId>
<artifactId>
ajb-car-vo
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
ajb-car
</groupId>
<groupId>
ajb-car
-app
</groupId>
<artifactId>
ajb-car-entity
</artifactId>
<artifactId>
ajb-car-entity
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
ajb-car
</groupId>
<groupId>
ajb-car
-app
</groupId>
<artifactId>
ajb-c
ommon
-utils
</artifactId>
<artifactId>
ajb-c
ar
-utils
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
</dependency>
</dependency>
...
@@ -177,4 +180,5 @@
...
@@ -177,4 +180,5 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
ajb-car-utils/.classpath
View file @
fc03e66f
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<attributes>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"org.eclipse.jst.component.nondependency"
value=
""
/>
</attributes>
</attributes>
</classpathentry>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
...
...
ajb-car-utils/.project
View file @
fc03e66f
...
@@ -6,6 +6,11 @@
...
@@ -6,6 +6,11 @@
</projects>
</projects>
<buildSpec>
<buildSpec>
<buildCommand>
<buildCommand>
<name>
org.eclipse.wst.common.project.facet.core.builder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
<arguments>
</arguments>
</arguments>
...
@@ -15,9 +20,17 @@
...
@@ -15,9 +20,17 @@
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<name>
org.eclipse.wst.validation.validationbuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
</buildSpec>
<natures>
<natures>
<nature>
org.eclipse.jem.workbench.JavaEMFNature
</nature>
<nature>
org.eclipse.wst.common.modulecore.ModuleCoreNature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
<nature>
org.eclipse.wst.common.project.facet.core.nature
</nature>
</natures>
</natures>
</projectDescription>
</projectDescription>
ajb-car-utils/.settings/org.eclipse.wst.common.component
0 → 100644
View file @
fc03e66f
<?xml version="1.0" encoding="UTF-8"?>
<project-modules
id=
"moduleCoreId"
project-version=
"1.5.0"
>
<wb-module
deploy-name=
"ajb-car-utils"
>
<wb-resource
deploy-path=
"/"
source-path=
"/src/main/java"
/>
</wb-module>
</project-modules>
ajb-car-utils/.settings/org.eclipse.wst.common.project.facet.core.xml
0 → 100644
View file @
fc03e66f
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<installed
facet=
"java"
version=
"1.8"
/>
<installed
facet=
"jst.utility"
version=
"1.0"
/>
</faceted-project>
ajb-car-utils/pom.xml
View file @
fc03e66f
...
@@ -16,9 +16,10 @@
...
@@ -16,9 +16,10 @@
</properties>
</properties>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
ajb-car
</groupId>
<groupId>
ajb-car
-app
</groupId>
<artifactId>
ajb-car-vo
</artifactId>
<artifactId>
ajb-car-vo
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
</dependency>
</dependency>
<!-- SpringBoot Web 依赖 -->
<!-- SpringBoot Web 依赖 -->
<dependency>
<dependency>
...
@@ -87,4 +88,6 @@
...
@@ -87,4 +88,6 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
<groupId>
ajb-car-app
</groupId>
<version>
0.0.1-SNAPSHOT
</version>
</project>
</project>
ajb-car-vo/pom.xml
View file @
fc03e66f
...
@@ -36,4 +36,6 @@
...
@@ -36,4 +36,6 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
<version>
0.0.1-SNAPSHOT
</version>
<groupId>
ajb-car-app
</groupId>
</project>
</project>
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