Skip to content
  • Tom Käsler's avatar
    Add room access persistence and HTTP controller · df566ecd
    Tom Käsler authored
    Add a spring controller that uses webflux for providing a GET route to get access information via roomId and userId
    Add neccessary dependencies for postgresql
    Add jpa repository, entity and primary key
    Decouple business logic with RoomAccessHandler, who is responsible for commands and requests
    Add some jpa properties to the config
    df566ecd