summaryrefslogtreecommitdiff
path: root/database/jdbc/demo/README
diff options
context:
space:
mode:
Diffstat (limited to 'database/jdbc/demo/README')
-rw-r--r--database/jdbc/demo/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/database/jdbc/demo/README b/database/jdbc/demo/README
new file mode 100644
index 0000000..34d2481
--- /dev/null
+++ b/database/jdbc/demo/README
@@ -0,0 +1,18 @@
+Create a Maven project.
+ - Update Maven archetype catalog
+ - Specify quickstart archetype
+ - Update Java version to 25
+
+Add MariaDB JDBC driver to pom.xml
+
+Search Google and get JDBC sample code.
+
+Update your App class code with Google returned sample code. Adjust the import statements.
+
+Specify your MariaDB database connection details in the class.
+
+Adjust the SQL quiery.
+
+Adjust the results printing code to match with your database table columns.
+
+Run the App class. \ No newline at end of file