We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46a7cc commit f65deb1Copy full SHA for f65deb1
1 file changed
spring-cloud-config-sample/pom.xml
@@ -89,8 +89,6 @@
89
90
<properties>
91
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
92
- <start-class>sample.Application</start-class>
93
- <java.version>1.8</java.version>
94
</properties>
95
96
<build>
@@ -102,11 +100,6 @@
102
100
<skip>true</skip>
103
101
</configuration>
104
</plugin>
105
- <!-- FIXME: 3.0.0 -->
106
- <!--<plugin>
107
- <groupId>org.springframework.boot</groupId>
108
- <artifactId>spring-boot-maven-plugin</artifactId>
109
- </plugin>-->
110
</plugins>
111
</build>
112
0 commit comments