Skip to content

Instantly share code, notes, and snippets.

@rajinder-yadav
Last active June 22, 2020 02:23
Show Gist options
  • Save rajinder-yadav/bd906dd9fe183ea6e40324838c46347c to your computer and use it in GitHub Desktop.
Save rajinder-yadav/bd906dd9fe183ea6e40324838c46347c to your computer and use it in GitHub Desktop.
Maven POM XML
<properties>
<java.version>11</java.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment