forked from je-ge/spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
53 lines (47 loc) · 1.89 KB
/
pom.xml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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.jege.spring.boot</groupId>
<artifactId>spring-boot-tutorial</artifactId>
<packaging>pom</packaging>
<version>1.0.0.RELEASE</version>
<name>spring-boot-tutorial</name>
<url>http://blog.csdn.net/je_ge</url>
<developers>
<developer>
<id>je_ge</id>
<name>je_ge</name>
<email>[email protected]</email>
<url>http://blog.csdn.net/je_ge</url>
<timezone>8</timezone>
</developer>
</developers>
<modules>
<module>spring-boot-hello-world</module>
<module>spring-boot-data-jpa</module>
<module>spring-boot-mybatis</module>
<module>spring-boot-jdbc</module>
<module>spring-boot-devtools</module>
<module>spring-boot-controller-advice</module>
<module>spring-boot-data-jpa-easyui-datagrid</module>
<module>spring-boot-data-jpa-easyui-edatagrid</module>
<module>spring-boot-swagger</module>
<module>spring-boot-freemarker-word-download</module>
<module>spring-boot-jsoup</module>
<module>spring-boot-easypoi-execl-download</module>
<module>spring-boot-scheduled-task</module>
<module>spring-boot-dynamic-scheduled-task</module>
<module>spring-boot-data-jpa-easyui-datagrid-i18n</module>
<module>spring-boot-data-jpa-easyui-datagrid-i18n-data</module>
<module>spring-boot-data-jpa-easyui-datagrid-cache</module>
<module>spring-boot-itext-pdf-download</module>
<module>spring-boot-data-jpa-easyui-validate</module>
<module>spring-boot-elasticsearch</module>
<module>spring-boot-distributed-session</module>
<module>spring-boot-redis</module>
<module>spring-boot-xml</module>
<module>spring-boot-email</module>
<module>spring-boot-https</module>
</modules>
</project>