Skip to content

Instantly share code, notes, and snippets.

@theawesomenayak
Last active October 24, 2020 08:32
Show Gist options
  • Save theawesomenayak/b4ce1270c5565b03276d1c1c4b781b6f to your computer and use it in GitHub Desktop.
Save theawesomenayak/b4ce1270c5565b03276d1c1c4b781b6f to your computer and use it in GitHub Desktop.
<groupId>petstore</groupId>
<artifactId>PetStore</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment