Merge pull request #8594 from Maiklins/BAEL-20889-move-spring-boot-vue
BAEL-20889 move spring boot vue
This commit is contained in:
commit
f957fcf0e3
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
<modules>
|
||||
<module>spring-boot-mvc-birt</module>
|
||||
<module>spring-boot-vue</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -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>
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue