Skip to content

Commit

Permalink
simple fix of descriptions
Browse files Browse the repository at this point in the history
- fixed version of spring-boot
- removed description with docker
  • Loading branch information
jactor-rises committed Feb 28, 2025
1 parent 887bc97 commit 2640288
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions persistence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### 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
to get a deeper understanding of continuous integration/DevOps using GitHub workflow/actions and gradle.
integration testing with cucumber.

This project is a microservice dealing with persistence to a database using JPA (java persistence api) via
Expand All @@ -15,10 +15,10 @@ project [jactor-rises](https://github.com/jactor-rises/jactor-rises))

### Set up

* a spring-boot 2 application
* a spring-boot 3 application
* build with [gradle](https://gradle.org).
* is using [h2](http://h2database.com) (in-memory database)
* run it with docker, spring-boot, or as any other java-application
* run it with spring-boot, or as any other java-application
* this application is documented with swagger. After startup, use link:
* <http://localhost:1099/jactor-persistence/swagger-ui/index.html?configUrl=/jactor-persistence/v3/api-docs/swagger-config#/> (swagger ui)

Expand All @@ -41,11 +41,6 @@ After a valid build one can execute the generated jar file as plain java:
```
java -jar build/lib/jactor-persistence-<version>-SNAPSHOT.jar
```
or build and run an image with [docker](https://www.docker.com):
```
docker build -t jactor-persistence .
docker run -p 1099:1099 jactor-persistence
```
### Some technologies used

#### Implementation
Expand Down

0 comments on commit 2640288

Please sign in to comment.