Maybe add thymeleaf?

need to test and add config keycloak
This commit is contained in:
Vu Tuan Minh
2025-10-22 01:39:18 +02:00
parent f6250a2724
commit 3f0e3c801c
25 changed files with 323 additions and 413 deletions

View File

@@ -7,6 +7,4 @@ import sample.data.jpa.metier.Question;
@Transactional
public interface QuestionDao extends JpaRepository<Question, Integer> {
}