Skip to content

Commit 5322240

Browse files
authored
Merge pull request eugenp#8673 from kwoyke/BAEL-20881-fix
BAEL-20881: Move spring-boot-performance into spring-boot-modules (fix)
2 parents e9a4a37 + a15192b commit 5322240

6 files changed

Lines changed: 2 additions & 1 deletion

File tree

spring-boot-modules/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<module>spring-boot-mvc-2</module>
4343
<module>spring-boot-mvc-birt</module>
4444
<module>spring-boot-nashorn</module>
45+
<module>spring-boot-performance</module>
4546
<module>spring-boot-properties</module>
4647
<module>spring-boot-property-exp</module>
4748
<module>spring-boot-runtime</module>
File renamed without changes.

spring-boot-performance/pom.xml renamed to spring-boot-modules/spring-boot-performance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-boot-2</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<relativePath>../parent-boot-2</relativePath>
14+
<relativePath>../../parent-boot-2</relativePath>
1515
</parent>
1616

1717
<dependencies>

spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/Application.java renamed to spring-boot-modules/spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/Application.java

File renamed without changes.

spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/services/Writer.java renamed to spring-boot-modules/spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/services/Writer.java

File renamed without changes.

spring-boot-performance/src/main/resources/application.yml renamed to spring-boot-modules/spring-boot-performance/src/main/resources/application.yml

File renamed without changes.

0 commit comments

Comments
 (0)