changed readme

This commit is contained in:
Bernd Heidemann 2024-09-04 07:47:52 +02:00
parent 93d4cf863f
commit d6acfa5273
2 changed files with 2 additions and 9 deletions

@ -1,18 +1,16 @@
# Starter für das LF08 Projekt
Erstellen Sie einen Fork dieses Projektes auf Github. Wählen Sie einen Namen und passen Sie diesen auch in der pom.xml in Zeile 12, 14 und 15 an.
## Requirements
* Docker https://docs.docker.com/get-docker/
* Docker compose (bei Windows und Mac schon in Docker enthalten) https://docs.docker.com/compose/install/
## Endpunkt
```
http://localhost:8089
http://localhost:8080
```
## Swagger
```
http://localhost:8089/swagger
http://localhost:8080/swagger
```

@ -34,12 +34,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.3.3")
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.3.3")
runtimeOnly("org.postgresql:postgresql")
//implementation("org.springdoc:springdoc-openapi-ui:1.8.0")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
}
tasks.withType<Test> {