-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpom.xml
More file actions
35 lines (32 loc) · 1.52 KB
/
pom.xml
File metadata and controls
35 lines (32 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>org.ostenant.springboot.learning.examples</groupId>
<artifactId>springboot-learning-examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>springboot-actuator</module>
<module>springboot-async</module>
<module>springboot-data-jpa</module>
<module>springboot-exception-handler</module>
<module>springboot-helloworld</module>
<module>springboot-lombok</module>
<module>springboot-properties</module>
<module>springboot-jdbctemplate</module>
<module>springboot-mybatis-generator</module>
<module>springboot-mybatis-generator-plus</module>
<module>springboot-mybatis-annotation</module>
<module>springboot-mybatis-xml</module>
<module>springboot-mybatis-mixedtype</module>
<module>springboot-mybatis-pagehelper</module>
<module>springboot-multi-datasource</module>
<module>springboot-restful-api</module>
<module>springboot-swagger2</module>
<module>springboot-jpa-hibernate</module>
<module>springboot-rpc-dubbox</module>
<module>springboot-rpc-motan</module>
<module>springboot-guava</module>
</modules>
</project>