From ab11153d981e71a3533c91fa5267c3098af04f63 Mon Sep 17 00:00:00 2001 From: Tor Egil Jacobsen Date: Sun, 2 Feb 2025 14:10:11 +0100 Subject: [PATCH] README.md editet on web and persistence --- persistence/README.md | 10 ++++++---- web/README.md | 11 ++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/persistence/README.md b/persistence/README.md index 7d5750834..26c284acd 100644 --- a/persistence/README.md +++ b/persistence/README.md @@ -5,11 +5,13 @@ ### What is this repository for? -The main purpose is to learn about programming microservices using Kotlin, (with REST and spring JPA). I also use GitHub to get a deeper understanding -of continuous integration/DevOps using GitHub workflow/actions, gradle, and docker running integration testing with cucumber. +The main purpose is to learn about programming microservices using Kotlin, (with REST and spring JPA). I also use GitHub +to get a deeper understanding of continuous integration/DevOps using GitHub workflow/actions, gradle, and docker running +integration testing with cucumber. -This project is a microservice dealing with persistence to a database using JPA (java persistence api) via spring-data-jpa and is a microservice to -use under `com.github.jactor.percistence` (formerly as part of the archived project [jactor-rises](https://github.com/jactor-rises/jactor-rises)) +This project is a microservice dealing with persistence to a database using JPA (java persistence api) via +spring-data-jpa and is a microservice to use under `com.github.jactor.percistence` (formerly as part of the archived +project [jactor-rises](https://github.com/jactor-rises/jactor-rises)) ### Set up diff --git a/web/README.md b/web/README.md index f0b7b72a2..53758aee2 100644 --- a/web/README.md +++ b/web/README.md @@ -7,7 +7,8 @@ The main purpose is to learn about programming microservices using another microservice for persistence. -This project consists of a microservice for web content which use another microservice in order to persist its data through a REST api. +This project consists of a microservice for web content which use another microservice in order to persist its data +through a REST api. ### Set up @@ -20,12 +21,12 @@ This project consists of a microservice for web content which use another micros ### Disclaimer -This application is a playground and is made to demonstrate the working of `jactor-persistence` and to gain expertise in microservices and kotlin -programming language. It is therefore simple and not complete. And I just want to mention: I am not a front-end programmer and is only present for -interactive use of jactor-persistence +This application is a playground and is made to demonstrate the working of `jactor-persistence` and to gain expertise in +microservices and kotlin programming language. It is therefore simple and not complete. And I just want to mention: I am +not a front-end programmer and this module is only present for interactive use of jactor-persistence * This microservice is tested using `jactor-persistence` -* `Blog`s and `GuestBook`s is only persisted and present in `jactor-persistence` and tested through integration tests there. +* `Blog`s and `GuestBook`s is only persisted and present in `jactor-persistence` and tested through integration tests. * `User` (with `Person` and `Address`) is integrated with communications from `jactor-web`. * `jactor-web` only do a "read only" access of the persistence, and do not do other CRUD operations.