Skip to content

Instantly share code, notes, and snippets.

@rajinder-yadav
Last active June 22, 2020 02:23
Show Gist options
  • Select an option

  • Save rajinder-yadav/bd906dd9fe183ea6e40324838c46347c to your computer and use it in GitHub Desktop.

Select an option

Save rajinder-yadav/bd906dd9fe183ea6e40324838c46347c to your computer and use it in GitHub Desktop.

Revisions

  1. rajinder-yadav revised this gist Jun 22, 2020. 1 changed file with 11 additions and 19 deletions.
    30 changes: 11 additions & 19 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,20 +1,12 @@
    <build>
    <plugins>
    <plugin>
    <artifactId>maven-compiler-plugin</artifactId>
    <configuration>
    <source>1.8</source>
    <target>1.8</target>
    </configuration>
    </plugin>
    </plugins>
    </build>
    <properties>
    <java.version>11</java.version>
    </properties>

    <dependencies>
    <!-- https://mvnrepository.com/artifact/org.springframework/spring-context -->
    <dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context</artifactId>
    <version>5.2.7.RELEASE</version>
    </dependency>
    </dependencies>
    <build>
    <plugins>
    <plugin>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-maven-plugin</artifactId>
    </plugin>
    </plugins>
    </build>
  2. rajinder-yadav created this gist Jun 20, 2020.
    20 changes: 20 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    <build>
    <plugins>
    <plugin>
    <artifactId>maven-compiler-plugin</artifactId>
    <configuration>
    <source>1.8</source>
    <target>1.8</target>
    </configuration>
    </plugin>
    </plugins>
    </build>

    <dependencies>
    <!-- https://mvnrepository.com/artifact/org.springframework/spring-context -->
    <dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context</artifactId>
    <version>5.2.7.RELEASE</version>
    </dependency>
    </dependencies>