
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 사내 서버의 기능 추..