/jdbc-tutorial

How to use jdbc with apache derby

Primary LanguageJavaApache License 2.0Apache-2.0

jdbc-tutorial

Initial steps

Create a basic maven project

mvn -B archetype:generate   \
  -DarchetypeGroupId=org.apache.maven.archetypes   \
  -DgroupId=com.github.j143   \
  -DartifactId=jdbc-test \
  -DarchetypeVersion=1.4