Skip to content

Commit

Permalink
v4.0.1 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Dec 3, 2022
1 parent 127e6ff commit 25773ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jboot/app/JbootApplicationConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public String toString() {
" name='" + name + '\'' +
", mode='" + mode + '\'' +
", version='" + version + '\'' +
", proxy='" + proxy + '\'' +
", proxy='" + getProxy() + '\'' +
// ", config='" + jfinalConfig + '\'' +
", listener='" + listener + '\'' +
", listenerPackage='" + listenerPackage + '\'' +
Expand Down

0 comments on commit 25773ab

Please sign in to comment.