Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos-config-loader
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
qg-components
eos-config-loader
Commits
af354436
Commit
af354436
authored
Sep 15, 2025
by
biao.dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: pom
parent
b83bc3bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
pom.xml
pom.xml
+13
-2
application.properties
src/main/resources/application.properties
+0
-1
No files found.
pom.xml
View file @
af354436
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.quantgroup
</groupId>
<groupId>
com.quantgroup
</groupId>
<artifactId>
eos-config-loader
</artifactId>
<artifactId>
eos-config-loader
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
eos-config-loader
</name>
<name>
eos-config-loader
</name>
...
@@ -67,5 +67,16 @@
...
@@ -67,5 +67,16 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
<distributionManagement>
<repository>
<id>
Releases
</id>
<name>
Releases Repository
</name>
<url>
https://repo.quantgroup.cn/nexus/content/repositories/lkb-releases
</url>
</repository>
<snapshotRepository>
<id>
Snapshots
</id>
<name>
Snapshot Repository
</name>
<url>
https://repo.quantgroup.cn/nexus/content/repositories/lkb-snapshots
</url>
</snapshotRepository>
</distributionManagement>
</project>
</project>
src/main/resources/application.properties
deleted
100644 → 0
View file @
b83bc3bd
spring.application.name
=
eos-config-loader
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