2020-01-21 10:43:27 +01: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 17:18:35 +01:00
|
|
|
<modules>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot</module>
|
2020-01-28 14:02:15 +01:00
|
|
|
<module>spring-boot-admin</module>
|
2020-02-17 07:30:36 +01:00
|
|
|
<module>spring-boot-angular</module>
|
|
|
|
<module>spring-boot-annotations</module>
|
2020-01-27 07:36:10 +01:00
|
|
|
<module>spring-boot-artifacts</module>
|
2020-01-27 23:12:28 +01:00
|
|
|
<module>spring-boot-autoconfiguration</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-bootstrap</module>
|
|
|
|
<module>spring-boot-client</module>
|
|
|
|
<module>spring-boot-config-jpa-error</module>
|
|
|
|
<module>spring-boot-ctx-fluent</module>
|
|
|
|
<module>spring-boot-deployment</module>
|
2020-02-06 22:29:32 +01:00
|
|
|
<module>spring-boot-di</module>
|
2020-01-27 00:19:57 +01:00
|
|
|
<module>spring-boot-camel</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<!-- <module>spring-boot-cli</module> --> <!-- Not a maven project -->
|
2020-01-30 21:57:32 +02:00
|
|
|
<module>spring-boot-custom-starter</module>
|
2020-01-30 21:53:43 +01:00
|
|
|
<module>spring-boot-crud</module>
|
2020-01-26 23:51:19 +01:00
|
|
|
<module>spring-boot-data</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-environment</module>
|
2020-03-08 16:24:37 -04:00
|
|
|
<module>spring-boot-exceptions</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-flowable</module>
|
2020-01-30 10:46:04 +01:00
|
|
|
<!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project -->
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-jasypt</module>
|
2020-01-28 21:41:44 +01:00
|
|
|
<module>spring-boot-keycloak</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-libraries</module>
|
2020-01-31 08:38:03 +01:00
|
|
|
<module>spring-boot-logging-log4j2</module>
|
2020-01-27 16:59:16 +01:00
|
|
|
<module>spring-boot-kotlin</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-mvc</module>
|
|
|
|
<module>spring-boot-mvc-2</module>
|
2020-01-26 17:06:40 +01:00
|
|
|
<module>spring-boot-mvc-birt</module>
|
2020-01-28 22:08:47 +01:00
|
|
|
<module>spring-boot-nashorn</module>
|
2020-02-22 20:08:14 +01:00
|
|
|
<module>spring-boot-parent</module>
|
2020-02-06 22:19:54 +01:00
|
|
|
<module>spring-boot-performance</module>
|
2020-01-26 23:58:19 +01:00
|
|
|
<module>spring-boot-properties</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-property-exp</module>
|
|
|
|
<module>spring-boot-runtime</module>
|
2020-01-30 10:02:25 +01:00
|
|
|
<module>spring-boot-security</module>
|
2020-01-27 00:27:24 +01:00
|
|
|
<module>spring-boot-springdoc</module>
|
2020-01-26 23:09:20 +01:00
|
|
|
<module>spring-boot-testing</module>
|
2020-01-26 17:18:35 +01:00
|
|
|
<module>spring-boot-vue</module>
|
|
|
|
</modules>
|
|
|
|
|
2020-01-21 10:43:27 +01:00
|
|
|
</project>
|