Skip to content

Commit

Permalink
fix error disable proxy client (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndi-trip authored Oct 11, 2023
1 parent bfc925d commit 44ce244
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public class App {
public static void main(String[] args){
System.setProperty("spring.profiles.active", AbstractProfile.PROFILE_NAME_PRODUCTION);
System.setProperty(HealthChecker.ENABLED, "true");
System.setProperty("DisableLoadProxyAgentJar", "true");
SpringApplication.run(App.class, args);
}
}

0 comments on commit 44ce244

Please sign in to comment.