How to use SQLDeveloper to connect to embedded Derby database
问题 I have a project using derby and JPA. I can connect to the database fine within my application. I would like to connect to the embedded database with SQL Developer so I can easily browse/query the data in the database. Here is the derby dependency I'm using: <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.7.1.1</version> </dependency> Here is the the connection info I'm using for JPA: <property name="javax.persistence.jdbc.driver" value="org.apache