Skip to content
View Goston's full-sized avatar

Sponsoring

@jordanbaird

Highlights

  • Pro

Block or report Goston

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Goston/README.md

Hi there, I'm Goston 😏

Skill

  • Backend: Java (Spring Framework, Spring Boot, Spring Security, Struts 1 & 2, etc...)
  • Frontend: JavaScript, TypeScript, Vue.js (Options API & Composition API), Spring MVC, Struts 1 & 2, etc...

很多 Private Repositories 你看不到的喇~~~

Pinned Loading

  1. Apache Axis 1.4 WebService Client vi... Apache Axis 1.4 WebService Client via TLS 1.2 @ JDK 1.6
    1
    // Call this first
    2
    AxisProperties.setProperty("axis.socketSecureFactory", MySocketFactory.class.getCanonicalName());
    3
     
    4
    // Access your Web Services
    5
    WebServiceStub ws = (GSP2_NHICardSoap12Stub) new WebServiceLocator()...;