From 7550805e8f99b4345517292ae6d7bb6ae6d30caf Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 1 Sep 2020 11:42:35 +0300 Subject: [PATCH] Update README --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35507df..4b6e7f4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,40 @@ -# java-server-programming -Java back-end server programming; includes various exercises +# 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. + +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. + +### Chapters + +| Chapter | Description | +|----------------------------------|---------------| +| [Chapter 0](exercises/chapter_0) | Hello World | +| [Chapter 1](exercises/chapter_1) | HTTP Requests | + +### Project work + +N/A (TBA) + +## Development environment + +OS: `Arch Linux` + virtualized/physical Linux servers + +| Software | Version | +|-----------------------------------|--------------| +| `jre8-openjdk` | `8.u222-2` | +| `jdk8-openjdk` | `8.u222-2` | +| `jre8-openjdk-headless` | `8.u222-2` | +| `spring-boot-cli` | `2.3.1-1` | +| `maven` | `3.6.3-1` | +| `mariadb` | `10.4.10-1` | +| `mariadb-libs` | `10.4.10-1` | + +## LICENSE + +N/A (TBA)