Trouble TCP based JDBC URL connection error in Remote H2 database. 1. please set 'javax.persistence.jdbc.url', 'hibernate.connection.url', or 'hibernate.dialect’ 2.Connection is broken: "java.net.ConnectException: Connection refused: localhost" 3.Database ${NameOfDatabase} not found, either pre-create it or allow remote database creation(not recommended in secure environments) Motive 사내 서버의 기능 추..
Trouble 안드로이드 앱 release 배포를 위해 Signed App Bundle 생성 도중 아래와 같은 오류를 만났습니다. Role of Keystore.jks in signing app bundle (for Release) keystore.jks 파일은 Android 앱을 서명하는 데 사용되는 키 저장소입니다. 이 파일은 앱의 무결성을 보장하고 업데이트를 안전하게 제공하는 데 중요한 역할을 합니다. Google Play Store에 앱을 업로드하려면, 서명된 앱 번들 또는 APK가 필요합니다. 이 서명 과정은 keystore.jks 파일에서 생성된 고유한 키를 사용하여 이루어집니다. 요약하면, Signed App bundle (or Apk)는 아래와 같은 이유로 강제됩니다. 앱의 무결성 보장: ..