We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c7af0 commit 85dfa9cCopy full SHA for 85dfa9c
src/main/java/com/csaba79coder/littersnap/view/UserViewController.java
@@ -4,6 +4,8 @@
4
import com.csaba79coder.littersnap.model.user.service.UserService;
5
import lombok.RequiredArgsConstructor;
6
import org.springframework.stereotype.Controller;
7
+import org.springframework.ui.Model;
8
+import org.springframework.web.bind.annotation.GetMapping;
9
import org.springframework.web.bind.annotation.RequestMapping;
10
11
import java.util.List;
0 commit comments