Merge pull request #9080 from dupirefr/team/JAVA-1265-review_build_time
[JAVA-1265] Review build time
This commit is contained in:
commit
a07f4f66e3
|
@ -7,7 +7,7 @@
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>Bookstore</name>
|
<name>Bookstore</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>jhipster-5</artifactId>
|
<artifactId>jhipster-5</artifactId>
|
||||||
<groupId>com.baeldung.jhipster</groupId>
|
<groupId>com.baeldung.jhipster</groupId>
|
||||||
|
@ -982,7 +982,7 @@
|
||||||
<pluginExecution>
|
<pluginExecution>
|
||||||
<pluginExecutionFilter>
|
<pluginExecutionFilter>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<versionRange>${frontend-maven-plugin.version}</versionRange>
|
<versionRange>${frontend-maven-plugin.version}</versionRange>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>install-node-and-npm</goal>
|
<goal>install-node-and-npm</goal>
|
||||||
|
|
|
@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||||
*/
|
*/
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
@SpringBootTest(classes = BookstoreApp.class)
|
@SpringBootTest(classes = BookstoreApp.class)
|
||||||
public class UserMapperUnitTest {
|
public class UserMapperIntegrationTest {
|
||||||
|
|
||||||
private static final String DEFAULT_LOGIN = "johndoe";
|
private static final String DEFAULT_LOGIN = "johndoe";
|
||||||
|
|
Loading…
Reference in New Issue