Skip to content
Snippets Groups Projects

Resolve "Shared Lab fixes"

All threads resolved!
8 files
+ 32
11
Compare changes
  • Side-by-side
  • Inline

Files

@@ -37,6 +37,7 @@ import nl.tudelft.queue.repository.LabRepository;
import nl.tudelft.queue.service.LabService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
@@ -66,6 +67,7 @@ public class AdminController {
private LabRepository labRepository;
@Autowired
@Lazy
private LabService ls;
@Autowired
Loading