Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Jan 16, 2025
1 parent ee3630f commit 7047eba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions springboot-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springboot.version>3.3.1</springboot.version>
</properties>
<!-- <parent>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-parent</artifactId>-->
<!-- <version>3.3.1</version>-->
<!-- </parent>-->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.1</version>
</parent>

<dependencies>
<!-- ... other dependency elements ... -->
Expand Down

0 comments on commit 7047eba

Please sign in to comment.