@@ -7,7 +7,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
public class Application {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.setProperty("https.protocols", "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3");
|
||||
SpringApplication.run(Application.class, args);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user