Skip to content

Instantly share code, notes, and snippets.

@omidp
Created November 23, 2020 06:26
Show Gist options
  • Save omidp/1beab059911104b523937006cc647d03 to your computer and use it in GitHub Desktop.
Save omidp/1beab059911104b523937006cc647d03 to your computer and use it in GitHub Desktop.
jax ws jdk 11
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
@omidp
Copy link
Author

omidp commented Mar 12, 2021

java -Dloader.path=/opt/jaxws-ri/lib/ -cp SPRINGBOOT.jar org.springframework.boot.loader.PropertiesLauncher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment