push init2
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -74,6 +74,14 @@
|
|||||||
|
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.projectlombok</groupId>
|
||||||
|
<artifactId>lombok</artifactId>
|
||||||
|
<version>1.18.42</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@@ -97,6 +105,13 @@
|
|||||||
<location>${main.basedir}/eclipse/org.eclipse.jdt.core.prefs</location>
|
<location>${main.basedir}/eclipse/org.eclipse.jdt.core.prefs</location>
|
||||||
</file>
|
</file>
|
||||||
</additionalConfig>
|
</additionalConfig>
|
||||||
|
<annotationProcessorPaths>
|
||||||
|
<path>
|
||||||
|
<groupId>org.projectlombok</groupId>
|
||||||
|
<artifactId>lombok</artifactId>
|
||||||
|
<version>1.18.42</version>
|
||||||
|
</path>
|
||||||
|
</annotationProcessorPaths>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
package sample.data.jpa.web;
|
package sample.data.jpa.web;
|
||||||
|
|
||||||
@Controller
|
|
||||||
public class QuestionController {
|
public class QuestionController {
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
package sample.data.jpa.web;
|
package sample.data.jpa.web;
|
||||||
|
|
||||||
@Controller
|
|
||||||
public class QuizzController {
|
public class QuizzController {
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
package sample.data.jpa.web;
|
package sample.data.jpa.web;
|
||||||
|
|
||||||
@Controller
|
|
||||||
public class ReponseController {
|
public class ReponseController {
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
package sample.data.jpa.web;
|
package sample.data.jpa.web;
|
||||||
|
|
||||||
@Controller
|
|
||||||
public class SessionController {
|
public class SessionController {
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
package sample.data.jpa.web;
|
package sample.data.jpa.web;
|
||||||
|
|
||||||
@Controller
|
|
||||||
public class UtilisateurController {
|
public class UtilisateurController {
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user