Skip to content

Commit

Permalink
aph-15360 Sort Object Collections using multiple fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Phaltankar authored and Amit Phaltankar committed Oct 6, 2023
1 parent 414997c commit 637c1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<java.version>17</java.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
4 changes: 1 addition & 3 deletions spring-boot-data-jpa/spring-boot-data-jpa-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@
</plugins>
</build>

<properties>
<start-class>com.amitph.spring.data.Application</start-class>
</properties>

</project>

0 comments on commit 637c1e6

Please sign in to comment.