We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b17c7d commit 78e5fd4Copy full SHA for 78e5fd4
eureka-server/pom.xml
@@ -3,12 +3,12 @@
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
<modelVersion>4.0.0</modelVersion>
5
6
- <groupId>org.learning.by.example.SpringKubeGateway</groupId>
7
- <artifactId>EurekaServer</artifactId>
+ <groupId>org.learning.by.example.spring-kube-playground</groupId>
+ <artifactId>eureka-server</artifactId>
8
<version>0.0.1-SNAPSHOT</version>
9
<packaging>jar</packaging>
10
11
- <name>EurekaServer</name>
+ <name>eureka-server</name>
12
<description>Demo project for Spring Boot</description>
13
14
<parent>
0 commit comments