SCRUM-44 #closenot Co-authored-by: Phan Huy Tran <ptran@noreply.localhost> Reviewed-on: #6 Co-authored-by: Jan Klattenhoff <jan@kjan.de> Co-committed-by: Jan Klattenhoff <jan@kjan.de>
This commit is contained in:
parent
6009cc2093
commit
77f2b73085
9 changed files with 111 additions and 4 deletions
|
@ -57,4 +57,4 @@ public class OpenAPIConfiguration {
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,4 +46,4 @@ public class KeycloakLogoutHandler implements LogoutHandler {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -94,4 +94,4 @@ class KeycloakSecurityConfig {
|
|||
});
|
||||
return jwtAuthenticationConverter;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
5
src/main/resources/application-test.properties
Normal file
5
src/main/resources/application-test.properties
Normal file
|
@ -0,0 +1,5 @@
|
|||
spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
|
||||
spring.datasource.driver-class-name=org.h2.Driver
|
||||
spring.datasource.username=sa
|
||||
spring.datasource.password=
|
||||
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
|
Reference in a new issue