Merge pull request #8594 from Maiklins/BAEL-20889-move-spring-boot-vue

BAEL-20889 move spring boot vue
This commit is contained in:
Loredana Crusoveanu 2020-01-26 23:11:57 +02:00 committed by GitHub
commit f957fcf0e3
13 changed files with 2 additions and 3 deletions

View File

@ -678,7 +678,6 @@
<module>spring-boot-security</module>
<module>spring-boot-springdoc</module>
<module>spring-boot-testing</module>
<module>spring-boot-vue</module>
<module>spring-caching</module>
@ -1218,7 +1217,6 @@
<module>spring-boot-security</module>
<module>spring-boot-springdoc</module>
<module>spring-boot-testing</module>
<module>spring-boot-vue</module>
<module>spring-caching</module>

View File

@ -15,6 +15,7 @@
<modules>
<module>spring-boot-mvc-birt</module>
<module>spring-boot-vue</module>
</modules>
</project>

View File

@ -12,7 +12,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB