Follow up of [BAEL-2350], renamed module (#8167)

This commit is contained in:
Martin van Wingerden 2019-11-11 17:20:34 +01:00 committed by maibin
parent 6a41bd4bff
commit f9124d3256
11 changed files with 10 additions and 10 deletions

View File

@ -610,7 +610,7 @@
<module>tensorflow-java</module>
<module>spf4j</module>
<module>spring-boot-configuration</module>
<module>spring-boot-config-jpa-error</module>
<module>spring-boot-flowable</module>
<module>spring-boot-mvc-2</module>
<module>spring-boot-performance</module>
@ -697,7 +697,7 @@
<module>spring-boot-bootstrap</module>
<module>spring-boot-camel</module>
<!-- <module>spring-boot-cli</module> --> <!-- Not a maven project -->
<module>spring-boot-configuration</module>
<module>spring-boot-config-jpa-error</module>
<module>spring-boot-client</module>
<module>spring-boot-crud</module>

View File

@ -1,6 +1,6 @@
# Spring Boot Configuration
# Spring Boot - DataJpaTest Error
This module contains articles about Spring Boot Configuration.
This module contains examples about a corner case using @DataJpaTest with a multi module project.
### Relevant Articles:
- [Unable to Find @SpringBootConfiguration with @DataJpaTest](https://www.baeldung.com/spring-boot-unable-to-find-springbootconfiguration-with-datajpatest)

View File

@ -5,8 +5,8 @@
<version>0.0.1-SNAPSHOT</version>
<parent>
<groupId>com.baeldung.spring-boot-configuration</groupId>
<artifactId>spring-boot-configuration</artifactId>
<groupId>com.baeldung.spring-boot-config-jpa-error</groupId>
<artifactId>spring-boot-config-jpa-error</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
</project>

View File

@ -5,8 +5,8 @@
<version>0.0.1-SNAPSHOT</version>
<parent>
<groupId>com.baeldung.spring-boot-configuration</groupId>
<artifactId>spring-boot-configuration</artifactId>
<groupId>com.baeldung.spring-boot-config-jpa-error</groupId>
<artifactId>spring-boot-config-jpa-error</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
</project>

View File

@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.spring-boot-configuration</groupId>
<artifactId>spring-boot-configuration</artifactId>
<groupId>com.baeldung.spring-boot-config-jpa-error</groupId>
<artifactId>spring-boot-config-jpa-error</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>