Skip to content

Commit

Permalink
Merge pull request #463 from SSHOC/bugfix/SSHOC-460-swagger-ui-not-av…
Browse files Browse the repository at this point in the history
…ailable

Bugfix/sshoc 460 swagger UI not available
  • Loading branch information
KlausIllmayer authored Sep 16, 2024
2 parents a4bdbde + 719ca82 commit 74e521f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3-eclipse-temurin-21 as build
FROM maven:3-eclipse-temurin-21 AS build

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-acdh-ch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3-eclipse-temurin-21 as build
FROM maven:3-eclipse-temurin-21 AS build

WORKDIR /usr/src/app

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<java.version>21</java.version>
<maven.compiler.release>${java.version}</maven.compiler.release>
<api.version>0.1.1</api.version>
<org.mapstruct.version>1.4.2.Final</org.mapstruct.version>
Expand Down Expand Up @@ -66,8 +66,8 @@
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.1.48</version>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ spring:
open-in-view: false
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
jdbc:
lob:
non_contextual_creation: true
Expand Down

0 comments on commit 74e521f

Please sign in to comment.