2020-01-21 04:43:27 -05:00
|
|
|
<?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>
|
|
|
|
|
2020-01-26 11:18:35 -05:00
|
|
|
<modules>
|
2020-01-28 08:02:15 -05:00
|
|
|
<module>spring-boot-admin</module>
|
2020-01-27 01:36:10 -05:00
|
|
|
<module>spring-boot-artifacts</module>
|
2020-01-26 17:51:19 -05:00
|
|
|
<module>spring-boot-data</module>
|
2020-01-28 15:41:44 -05:00
|
|
|
<module>spring-boot-keycloak</module>
|
2020-01-26 11:06:40 -05:00
|
|
|
<module>spring-boot-mvc-birt</module>
|
2020-01-29 03:19:07 -05:00
|
|
|
<module>spring-boot-performance</module>
|
2020-01-26 17:58:19 -05:00
|
|
|
<module>spring-boot-properties</module>
|
2020-01-26 18:27:24 -05:00
|
|
|
<module>spring-boot-springdoc</module>
|
2020-01-26 17:09:20 -05:00
|
|
|
<module>spring-boot-testing</module>
|
2020-01-26 11:18:35 -05:00
|
|
|
<module>spring-boot-vue</module>
|
|
|
|
</modules>
|
|
|
|
|
2020-01-21 04:43:27 -05:00
|
|
|
</project>
|