From 52e1470e7c50fb409cd196444d5d69539c5eb5fc Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 8 Sep 2020 18:15:06 +0300 Subject: [PATCH] Update README --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4b6e7f4..295fc55 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,26 @@ # Java Server Programming -This repository contains primarily my school-related Java development work for creating a basic Java server application(s) with database connections and other extended features, depending on course requirements. - -As of 1st September 2020, the code is not production-ready. It will evolve in time. +This repository contains primarily my school-related Java development work for creating a basic Java server application(s) with database connections and other extended features. Code presented here is not currently in use on my website [fjordtek.com](https://fjordtek.com). ## Table of Contents -This repository contains various exercises, known as "chapters". In the future, additional project work may be commited, too. +This repository contains various project exercises, known as `chapters`. External project work repository links are provided below. ### Chapters -| Chapter | Description | -|----------------------------------|---------------| -| [Chapter 0](exercises/chapter_0) | Hello World | -| [Chapter 1](exercises/chapter_1) | HTTP Requests | +| Chapter | Description | +|----------------------------------|------------------| +| [Chapter 0](exercises/chapter_0) | Hello World | +| [Chapter 1](exercises/chapter_1) | HTTP Requests | +| [Chapter 2](exercises/chapter_2) | Thymeleaf basics | ### Project work -N/A (TBA) +**GitHub repository:** [Bookstore - GitHub/Fincer](https://github.com/Fincer/java-bookstore) + +**Mirror:** [Bookstore - Fjordtek Git/Fincer](https://fjordtek.com/git/Fincer/java-bookstore) ## Development environment @@ -35,6 +36,8 @@ OS: `Arch Linux` + virtualized/physical Linux servers | `mariadb` | `10.4.10-1` | | `mariadb-libs` | `10.4.10-1` | +Additional Java & Maven library dependencies are listed in respective project files. + ## LICENSE N/A (TBA)