TODO controller

This commit is contained in:
trochas
2025-10-08 10:10:51 +02:00
parent fd66500f46
commit e2b86cb8e0
10 changed files with 192 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
package sample.data.jpa.web;
import org.springframework.stereotype.Controller;
@Controller
public class QuizzController {
}