Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sh-ds
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
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
李良停
sh-ds
Commits
1fda801f
Commit
1fda801f
authored
Jan 19, 2021
by
李良停
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
llt
parent
0d583f59
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
2 deletions
+22
-2
.gitignore
.gitignore
+2
-1
alpha-framework-cache-core-2.0.6.0014.jar
...enter-agent/lib/alpha-framework-cache-core-2.0.6.0014.jar
+0
-0
alpha-framework-dao-core-2.0.6.0014.jar
...hcenter-agent/lib/alpha-framework-dao-core-2.0.6.0014.jar
+0
-0
alpha-framework-dao-mongo-2.0.6.0014.jar
...center-agent/lib/alpha-framework-dao-mongo-2.0.6.0014.jar
+0
-0
pom.xml
eden-authcenter-agent/pom.xml
+3
-0
pom.xml
eden-authcenter-log/pom.xml
+2
-0
pom.xml
pom.xml
+15
-1
No files found.
.gitignore
View file @
1fda801f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
.settings
.settings
/.idea/
/.idea/
*.jar
*.war
*.war
*.ear
*.ear
...
@@ -22,3 +22,4 @@ MANIFEST.MF
...
@@ -22,3 +22,4 @@ MANIFEST.MF
overlays/
overlays/
sh-authcenter-agent/src/test/
sh-authcenter-agent/src/test/
sh-authcenter-log/src/test/
sh-authcenter-log/src/test/
eden-authcenter-log/src/main/resources/
eden-authcenter-agent/lib/alpha-framework-cache-core-2.0.6.0014.jar
0 → 100644
View file @
1fda801f
File added
eden-authcenter-agent/lib/alpha-framework-dao-core-2.0.6.0014.jar
0 → 100644
View file @
1fda801f
File added
eden-authcenter-agent/lib/alpha-framework-dao-mongo-2.0.6.0014.jar
0 → 100644
View file @
1fda801f
File added
eden-authcenter-agent/pom.xml
View file @
1fda801f
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
eden-authcenter-agent
</artifactId>
<artifactId>
eden-authcenter-agent
</artifactId>
<packaging>
war
</packaging>
<dependencies>
<dependencies>
...
@@ -79,4 +80,6 @@
...
@@ -79,4 +80,6 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
eden-authcenter-log/pom.xml
View file @
1fda801f
...
@@ -51,4 +51,6 @@
...
@@ -51,4 +51,6 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
pom.xml
View file @
1fda801f
...
@@ -187,7 +187,21 @@
...
@@ -187,7 +187,21 @@
<target>
1.8
</target>
<target>
1.8
</target>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<configuration>
<webResources>
<resource>
<directory>
lib/
</directory>
<targetPath>
WEB-INF/lib
</targetPath>
<includes>
<include>
**/*.jar
</include>
</includes>
</resource>
</webResources>
</configuration>
</plugin>
</plugins>
</plugins>
...
...
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