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
4ed2a051
Commit
4ed2a051
authored
Jul 27, 2018
by
Simon Cheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mdev发布测试
parent
fc03e66f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
9 deletions
+21
-9
ajb-car-api/.settings/org.eclipse.wst.common.component
+12
-0
ajb-car-api/pom.xml
+9
-9
No files found.
ajb-car-api/.settings/org.eclipse.wst.common.component
View file @
4ed2a051
...
@@ -5,6 +5,18 @@
...
@@ -5,6 +5,18 @@
<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-utils-0.0.1-SNAPSHOT.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/ajb-car-utils/ajb-car-utils"
>
<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 @
4ed2a051
...
@@ -22,25 +22,25 @@
...
@@ -22,25 +22,25 @@
</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>
<groupId>
ajb-car
</groupId>
<artifactId>
ajb-common-utils
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
</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-car-utils
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
ajb-car-app
</groupId>
<artifactId>
ajb-car-jpa
</artifactId>
<artifactId>
ajb-car-jpa
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
</dependency>
</dependency>
...
...
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