We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127e6ff commit 25773abCopy full SHA for 25773ab
src/main/java/io/jboot/app/JbootApplicationConfig.java
@@ -131,7 +131,7 @@ public String toString() {
131
" name='" + name + '\'' +
132
", mode='" + mode + '\'' +
133
", version='" + version + '\'' +
134
- ", proxy='" + proxy + '\'' +
+ ", proxy='" + getProxy() + '\'' +
135
// ", config='" + jfinalConfig + '\'' +
136
", listener='" + listener + '\'' +
137
", listenerPackage='" + listenerPackage + '\'' +
0 commit comments