Skip to content

Commit

Permalink
README.md editet on web and persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
jactor-rises committed Feb 2, 2025
1 parent 41474bf commit ab11153
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
10 changes: 6 additions & 4 deletions persistence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 6 additions & 5 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down

0 comments on commit ab11153

Please sign in to comment.