push init2
This commit is contained in:
23
pom.xml
23
pom.xml
@@ -54,12 +54,12 @@
|
||||
<version>2.0.1.Final</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
||||
<dependency>
|
||||
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>8.0.21</version>
|
||||
</dependency>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
@@ -74,6 +74,14 @@
|
||||
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.42</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
@@ -97,6 +105,13 @@
|
||||
<location>${main.basedir}/eclipse/org.eclipse.jdt.core.prefs</location>
|
||||
</file>
|
||||
</additionalConfig>
|
||||
<annotationProcessorPaths>
|
||||
<path>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.42</version>
|
||||
</path>
|
||||
</annotationProcessorPaths>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
@@ -143,7 +158,7 @@
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore />
|
||||
<ignore/>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package sample.data.jpa.web;
|
||||
|
||||
@Controller
|
||||
public class QuestionController {
|
||||
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
package sample.data.jpa.web;
|
||||
|
||||
@Controller
|
||||
|
||||
public class QuizzController {
|
||||
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
package sample.data.jpa.web;
|
||||
|
||||
@Controller
|
||||
|
||||
public class ReponseController {
|
||||
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
package sample.data.jpa.web;
|
||||
|
||||
@Controller
|
||||
|
||||
public class SessionController {
|
||||
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
package sample.data.jpa.web;
|
||||
|
||||
@Controller
|
||||
|
||||
public class UtilisateurController {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user