Skip to content

Commit

Permalink
升级spring-boot到最新版本2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Jan 23, 2022
1 parent 07b69ee commit 6e72134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.8</version>
<version>2.5.9</version>
<relativePath />
</parent>

Expand All @@ -39,7 +39,6 @@
<oshi.version>5.8.6</oshi.version>
<jna.version>5.10.0</jna.version>
<velocity.version>2.3</velocity.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ruoyi/project/system/domain/SysMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public void setChildren(List<SysMenu> children)
{
this.children = children;
}

@Override
public String toString() {
return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
Expand Down

0 comments on commit 6e72134

Please sign in to comment.