This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package friendsofmine.services; | |
| import friendsofmine.domain.Activite; | |
| import friendsofmine.domain.Utilisateur; | |
| import org.springframework.stereotype.Service; | |
| import javax.persistence.EntityManager; | |
| import javax.persistence.PersistenceContext; | |
| import javax.persistence.TypedQuery; | |
| import javax.transaction.Transactional; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package friendsofmine.controllers; | |
| import friendsofmine.domain.Utilisateur; | |
| import friendsofmine.services.UtilisateurActiviteService; | |
| import org.springframework.beans.factory.annotation.Autowired; | |
| import org.springframework.stereotype.Controller; | |
| import org.springframework.ui.Model; | |
| import org.springframework.validation.BindingResult; | |
| import org.springframework.web.bind.annotation.*; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Friends of Mine</title> | |
| <!--/*/ <th:block th:include="fragments/headerinc :: head"></th:block> /*/--> | |
| </head> | |
| <body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package friendsofmine.controllers; | |
| import friendsofmine.domain.Utilisateur; | |
| import friendsofmine.services.UtilisateurActiviteService; | |
| import org.springframework.beans.factory.annotation.Autowired; | |
| import org.springframework.stereotype.Controller; | |
| import org.springframework.ui.Model; | |
| import org.springframework.validation.BindingResult; | |
| import org.springframework.web.bind.annotation.*; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package friendsofmine; | |
| import friendsofmine.domain.Activite; | |
| import friendsofmine.domain.Utilisateur; | |
| import friendsofmine.services.UtilisateurActiviteService; | |
| import org.hamcrest.Matchers; | |
| import org.junit.jupiter.api.BeforeEach; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.beans.factory.annotation.Autowired; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package friendsofmine; | |
| import friendsofmine.domain.Activite; | |
| import friendsofmine.domain.Utilisateur; | |
| import friendsofmine.services.UtilisateurActiviteService; | |
| import org.hamcrest.Matchers; | |
| import org.junit.jupiter.api.BeforeEach; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.beans.factory.annotation.Autowired; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package friendsofmine; | |
| import friendsofmine.domain.Utilisateur; | |
| import friendsofmine.services.UtilisateurActiviteService; | |
| import org.hamcrest.Matchers; | |
| import org.junit.jupiter.api.BeforeEach; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.beans.factory.annotation.Autowired; | |
| import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package friendsofmine; | |
| import friendsofmine.domain.Utilisateur; | |
| import friendsofmine.services.UtilisateurActiviteService; | |
| import org.hamcrest.Matchers; | |
| import org.junit.jupiter.api.BeforeEach; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.beans.factory.annotation.Autowired; | |
| import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html xmlns:th="http://www.thymeleaf.org"> | |
| <head> | |
| <title>Friends of Mine</title> | |
| <!--/*/ <th:block th:include="fragments/headerinc :: head"></th:block> /*/--> | |
| </head> | |
| <body> | |
| <!--/*/ <th:block th:include="fragments/header :: header"></th:block> /*/--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package friendsofmine; | |
| import friendsofmine.domain.Utilisateur; | |
| import friendsofmine.services.UtilisateurActiviteService; | |
| import org.hamcrest.Matchers; | |
| import org.junit.jupiter.api.BeforeEach; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.beans.factory.annotation.Autowired; | |
| import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; |
NewerOlder