30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-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-modules</groupId>
|
|
<artifactId>spring-boot-modules</artifactId>
|
|
<name>spring-boot-modules</name>
|
|
<packaging>pom</packaging>
|
|
|
|
<parent>
|
|
<groupId>com.baeldung</groupId>
|
|
<artifactId>parent-modules</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<modules>
|
|
<module>spring-boot-admin</module>
|
|
<module>spring-boot-artifacts</module>
|
|
<module>spring-boot-data</module>
|
|
<module>spring-boot-keycloak</module>
|
|
<module>spring-boot-mvc-birt</module>
|
|
<module>spring-boot-performance</module>
|
|
<module>spring-boot-properties</module>
|
|
<module>spring-boot-springdoc</module>
|
|
<module>spring-boot-testing</module>
|
|
<module>spring-boot-vue</module>
|
|
</modules>
|
|
|
|
</project>
|