Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eureka-server
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
cmiov005
eureka-server
Commits
feb98192
Commit
feb98192
authored
Jul 30, 2019
by
cmiov-wuzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改描述
parent
adc5830c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
32 deletions
+3
-32
.project
.project
+0
-23
pom.xml
pom.xml
+3
-9
No files found.
.project
deleted
100644 → 0
View file @
adc5830c
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
eureka-server
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.m2e.core.maven2Builder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
</natures>
</projectDescription>
pom.xml
View file @
feb98192
...
...
@@ -3,13 +3,13 @@
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.
test
</groupId>
<groupId>
com.
enovate.newretail
</groupId>
<artifactId>
eureka-server
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<name>
eureka-server
</name>
<description>
Demo project for Spring Boot
</description>
<description>
天际零售注册中心
</description>
<!-- 引入spring boot的依赖 -->
<parent>
...
...
@@ -52,12 +52,6 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-data-rest
</artifactId>
</dependency>
<!--监控端点-->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
...
...
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