HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🤩
개발
/
Spring
Spring
/
Jar 파일

Jar 파일

bootJar에서 resourceFile 불러오기

jar file debugging 하는 방법

  1. Build and create the create the JAR file if you have not done it yet.
  1. Add a new Run configuration and choose JAR application as shown below.
    1. notion image
3. provide the path to the JAR file & add the program argument in the relevant field. (eg. -c “connection_string”)
notion image