correction test

This commit is contained in:
2026-05-25 06:29:33 +02:00
parent 294c118d1c
commit 9d474bb331
2 changed files with 22 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
spring:
datasource:
url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;MODE=PostgreSQL;NON_KEYWORDS=VALUE
username: sa
password:
driver-class-name: org.h2.Driver
jpa:
hibernate:
ddl-auto: create-drop
database-platform: org.hibernate.dialect.H2Dialect
flyway:
enabled: false
security:
oauth2:
resourceserver:
jwt:
jwk-set-uri: http://localhost:9999/realms/test/protocol/openid-connect/certs
app:
cors:
allowed-origins: "http://localhost:4200"