wiki.lupsha.com

Ubuntu, Raspberry Pi, Java, Linux, Kubernetes.

Derby DB Setup

 November 8, 2021   java, linux

Download: https://db.apache.org/derby/releases/release-10_15_2_0.cgi

create database mylocaldb

maven:

        <dependency>
            <groupId>org.apache.derby</groupId>
            <artifactId>derby</artifactId>
            <version>10.15.2.0</version>
        </dependency>

<< Prolog – Knight’s Tour How to link a project on your PC to your gitlab project which already has a file in it >>
-->

Powered by MyWiki WordPress Theme