Skip to content

Instantly share code, notes, and snippets.

@taking
Created January 11, 2023 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taking/fb071ada6cba752eaab0b0236c69361c to your computer and use it in GitHub Desktop.
Save taking/fb071ada6cba752eaab0b0236c69361c to your computer and use it in GitHub Desktop.

jar modified (unextract, extract)

  • jar 파일 수정 하기

How-to

# unextract
 jar xf client-0.0.1-IAIOT.jar

 # extract
 zip ./client-0.0.1-IAIOT.jar ./BOOT-INF/classes/application.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment