Skip to content

Commit 813e583

Browse files
authored
Merge pull request eugenp#8594 from Maiklins/BAEL-20889-move-spring-boot-vue
BAEL-20889 move spring boot vue
2 parents 7065dcf + d82cb22 commit 813e583

File tree

13 files changed

+2
-3
lines changed

13 files changed

+2
-3
lines changed

pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@
678678
<module>spring-boot-security</module>
679679
<module>spring-boot-springdoc</module>
680680
<module>spring-boot-testing</module>
681-
<module>spring-boot-vue</module>
682681

683682
<module>spring-caching</module>
684683

@@ -1218,7 +1217,6 @@
12181217
<module>spring-boot-security</module>
12191218
<module>spring-boot-springdoc</module>
12201219
<module>spring-boot-testing</module>
1221-
<module>spring-boot-vue</module>
12221220

12231221
<module>spring-caching</module>
12241222

spring-boot-modules/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
<modules>
1717
<module>spring-boot-mvc-birt</module>
18+
<module>spring-boot-vue</module>
1819
</modules>
1920

2021
</project>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.baeldung</groupId>
1313
<artifactId>parent-boot-2</artifactId>
1414
<version>0.0.1-SNAPSHOT</version>
15-
<relativePath>../parent-boot-2</relativePath>
15+
<relativePath>../../parent-boot-2</relativePath>
1616
</parent>
1717

1818
<dependencies>

0 commit comments

Comments
 (0)