Skip to content

Commit

Permalink
fix: run issue (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
chivehao authored Jun 22, 2023
1 parent 8f58e19 commit 94f0978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies {

// 针对插件RestTemplate的支持
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
implementation 'org.json:json:20230227'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
import java.util.Map;
import java.util.Objects;
import lombok.extern.slf4j.Slf4j;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.pf4j.PluginDependency;
import org.pf4j.PluginDescriptor;
import org.pf4j.PluginWrapper;
import org.springframework.boot.configurationprocessor.json.JSONArray;
import org.springframework.boot.configurationprocessor.json.JSONException;
import org.springframework.boot.configurationprocessor.json.JSONObject;
import org.springframework.util.Assert;
import reactor.core.publisher.Mono;
import reactor.core.scheduler.Schedulers;
Expand Down

0 comments on commit 94f0978

Please sign in to comment.