push obligatoire ne pas merger ma branche
This commit is contained in:
parent
93e388b443
commit
5af749ddb2
5
.idea/compiler.xml
generated
5
.idea/compiler.xml
generated
@ -6,17 +6,12 @@
|
||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<<<<<<< HEAD
|
||||
<module name="organizee" />
|
||||
=======
|
||||
<module name="Organizee" />
|
||||
>>>>>>> b147bc406c22caa9c817c7189a325058d8550a69
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
</component>
|
||||
<component name="JavacSettings">
|
||||
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
||||
<module name="Organizee" options="-parameters" />
|
||||
<module name="organizee" options="-parameters" />
|
||||
</option>
|
||||
</component>
|
||||
|
@ -5,14 +5,10 @@ import fr.organizee.dto.MembreDto;
|
||||
import fr.organizee.exception.ExistingUsernameException;
|
||||
import fr.organizee.exception.InvalidCredentialsException;
|
||||
import fr.organizee.model.Membre;
|
||||
import fr.organizee.model.Team;
|
||||
//import fr.organizee.model.Team;
|
||||
import fr.organizee.repository.MembreRepository;
|
||||
<<<<<<< HEAD
|
||||
import fr.organizee.repository.TeamRepository;
|
||||
=======
|
||||
//import fr.organizee.repository.TeamRepository;
|
||||
import fr.organizee.service.MembreService;
|
||||
>>>>>>> b147bc406c22caa9c817c7189a325058d8550a69
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.http.HttpStatus;
|
||||
import org.springframework.http.ResponseEntity;
|
||||
@ -34,9 +30,6 @@ public class MembreController {
|
||||
@Autowired
|
||||
private MembreRepository membreRepo;
|
||||
|
||||
<<<<<<< HEAD
|
||||
// @Autowired
|
||||
=======
|
||||
@Autowired
|
||||
private MembreService membreService;
|
||||
|
||||
@ -44,10 +37,9 @@ public class MembreController {
|
||||
private BCryptPasswordEncoder passwordEncoder;
|
||||
|
||||
// @Autowired
|
||||
>>>>>>> b147bc406c22caa9c817c7189a325058d8550a69
|
||||
// private TeamRepository teamRepo;
|
||||
|
||||
// @RequestMapping("/membres")
|
||||
// @RequestMapping("/membres")
|
||||
@ResponseBody
|
||||
public String home()
|
||||
{
|
||||
|
@ -22,7 +22,7 @@ public class TeamController {
|
||||
@Autowired
|
||||
private TeamRepository teamRepo;
|
||||
|
||||
// @RequestMapping("/teams")
|
||||
// @RequestMapping("/teams")
|
||||
@ResponseBody
|
||||
public String home()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user