Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 352fb202 authored by Alexandre.B's avatar Alexandre.B
Browse files

ABEC - modification des versions archetype

parent b5f3593a
No related branches found
No related tags found
No related merge requests found
......@@ -10,20 +10,21 @@
<description>Archetype to build jar spring boot micro service</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<archetype-packaging.version>3.2.1</archetype-packaging.version>
</properties>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>3.1.2</version>
<version>${archetype-packaging.version}</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>3.1.2</version>
<version>${archetype-packaging.version}</version>
</plugin>
</plugins>
</pluginManagement>
......
<?xml version="1.0" encoding="UTF-8"?>
<archetype-descriptor xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="sample-project-archetype"
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
<archetype-descriptor xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" name="sample-project-archetype"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<requiredProperties>
<requiredProperty key="groupeId">
......
......@@ -9,7 +9,6 @@ import java.net.UnknownHostException;
@SpringBootApplication(exclude = { COSAutoConfiguration.class })
public class SampleProjectApplication {
public static void main(final String[] args) throws UnknownHostException{
SpringApplication.run(SampleProjectApplication.class,args).getEnvironment();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment