2
2
3
3
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
- <modelVersion >4.0.0</modelVersion >
5
+ <modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com.xkcoding</groupId >
8
- <artifactId >spring-boot-demo</artifactId >
9
- <version >1.0.0-SNAPSHOT</version >
10
- <modules >
11
- <module >spring-boot-demo-helloworld</module >
12
- <module >spring-boot-demo-properties</module >
13
- <module >spring-boot-demo-actuator</module >
14
- <module >spring-boot-demo-admin-client</module >
15
- <module >spring-boot-demo-admin-server</module >
16
- <module >spring-boot-demo-logback</module >
17
- <module >spring-boot-demo-log-aop</module >
18
- <module >spring-boot-demo-exception-handler</module >
19
- <module >spring-boot-demo-template-freemarker</module >
20
- <module >spring-boot-demo-template-thymeleaf</module >
21
- <module >spring-boot-demo-template-beetl</module >
22
- <module >spring-boot-demo-template-enjoy</module >
23
- <module >spring-boot-demo-orm-jdbctemplate</module >
24
- <module >spring-boot-demo-orm-jpa</module >
25
- <module >spring-boot-demo-orm-mybatis</module >
26
- <module >spring-boot-demo-orm-mybatis-mapper-page</module >
27
- <module >spring-boot-demo-orm-mybatis-plus</module >
28
- <module >spring-boot-demo-orm-beetlsql</module >
29
- <module >spring-boot-demo-upload</module >
30
- <module >spring-boot-demo-cache-redis</module >
31
- <module >spring-boot-demo-cache-ehcache</module >
32
- <module >spring-boot-demo-email</module >
33
- <module >spring-boot-demo-task</module >
34
- <module >spring-boot-demo-task-quartz</module >
35
- <module >spring-boot-demo-swagger </module >
36
- <module >spring-boot-demo-swagger-beauty </module >
37
- <module >spring-boot-demo-rbac-security </module >
38
- <module >spring-boot-demo-rbac-shiro </module >
39
- <module >spring-boot-demo-session </module >
40
- <module >spring-boot-demo-oauth </module >
41
- <module >spring-boot-demo-social </module >
42
- <module >spring-boot-demo-zookeeper </module >
43
- <module >spring-boot-demo-mq-rabbitmq </module >
44
- <module >spring-boot-demo-mq-rocketmq </module >
45
- <module >spring-boot-demo-mq-kafka </module >
46
- <module >spring-boot-demo-websocket </module >
47
- <module >spring-boot-demo-websocket-socketio </module >
48
- <module >spring-boot-demo-ureport2 </module >
49
- <module >spring-boot-demo-uflo </module >
50
- <module >spring-boot-demo-urule </module >
51
- <module >spring-boot-demo-activiti </module >
52
- <module >spring-boot-demo-async </module >
53
- <module >spring-boot-demo-dubbo </module >
54
- <module >spring-boot-demo-war </module >
55
- <module >spring-boot-demo-elasticsearch </module >
56
- <module >spring-boot-demo-mongodb </module >
57
- <module >spring-boot-demo-neo4j </module >
58
- <module >spring-boot-demo-docker </module >
59
- <module >spring-boot-demo-multi-datasource-jpa </module >
60
- <module >spring-boot-demo-multi-datasource-mybatis </module >
61
- <module >spring-boot-demo-sharding-jdbc </module >
62
- <module >spring-boot-demo-tio </module >
63
- <module >spring-boot-demo-codegen </module >
64
- <module >spring-boot-demo-graylog </module >
65
- <module >spring-boot-demo-task-xxl-job </module >
66
- </modules >
67
- <packaging >pom</packaging >
7
+ <groupId >com.xkcoding</groupId >
8
+ <artifactId >spring-boot-demo</artifactId >
9
+ <version >1.0.0-SNAPSHOT</version >
10
+ <modules >
11
+ <module >spring-boot-demo-helloworld</module >
12
+ <module >spring-boot-demo-properties</module >
13
+ <module >spring-boot-demo-actuator</module >
14
+ <module >spring-boot-demo-admin-client</module >
15
+ <module >spring-boot-demo-admin-server</module >
16
+ <module >spring-boot-demo-logback</module >
17
+ <module >spring-boot-demo-log-aop</module >
18
+ <module >spring-boot-demo-exception-handler</module >
19
+ <module >spring-boot-demo-template-freemarker</module >
20
+ <module >spring-boot-demo-template-thymeleaf</module >
21
+ <module >spring-boot-demo-template-beetl</module >
22
+ <module >spring-boot-demo-template-enjoy</module >
23
+ <module >spring-boot-demo-orm-jdbctemplate</module >
24
+ <module >spring-boot-demo-orm-jpa</module >
25
+ <module >spring-boot-demo-orm-mybatis</module >
26
+ <module >spring-boot-demo-orm-mybatis-mapper-page</module >
27
+ <module >spring-boot-demo-orm-mybatis-plus</module >
28
+ <module >spring-boot-demo-orm-beetlsql</module >
29
+ <module >spring-boot-demo-upload</module >
30
+ <module >spring-boot-demo-cache-redis</module >
31
+ <module >spring-boot-demo-cache-ehcache</module >
32
+ <module >spring-boot-demo-email</module >
33
+ <module >spring-boot-demo-task</module >
34
+ <module >spring-boot-demo-task-quartz</module >
35
+ <module >spring-boot-demo-task-xxl-job </module >
36
+ <module >spring-boot-demo-swagger</module >
37
+ <module >spring-boot-demo-swagger-beauty </module >
38
+ <module >spring-boot-demo-rbac-security </module >
39
+ <module >spring-boot-demo-rbac-shiro </module >
40
+ <module >spring-boot-demo-session </module >
41
+ <module >spring-boot-demo-oauth </module >
42
+ <module >spring-boot-demo-social </module >
43
+ <module >spring-boot-demo-zookeeper </module >
44
+ <module >spring-boot-demo-mq-rabbitmq </module >
45
+ <module >spring-boot-demo-mq-rocketmq </module >
46
+ <module >spring-boot-demo-mq-kafka </module >
47
+ <module >spring-boot-demo-websocket</module >
48
+ <module >spring-boot-demo-websocket-socketio </module >
49
+ <module >spring-boot-demo-ureport2 </module >
50
+ <module >spring-boot-demo-uflo </module >
51
+ <module >spring-boot-demo-urule </module >
52
+ <module >spring-boot-demo-activiti </module >
53
+ <module >spring-boot-demo-async </module >
54
+ <module >spring-boot-demo-dubbo </module >
55
+ <module >spring-boot-demo-war </module >
56
+ <module >spring-boot-demo-elasticsearch </module >
57
+ <module >spring-boot-demo-mongodb </module >
58
+ <module >spring-boot-demo-neo4j </module >
59
+ <module >spring-boot-demo-docker </module >
60
+ <module >spring-boot-demo-multi-datasource-jpa </module >
61
+ <module >spring-boot-demo-multi-datasource-mybatis </module >
62
+ <module >spring-boot-demo-sharding-jdbc </module >
63
+ <module >spring-boot-demo-tio </module >
64
+ <module >spring-boot-demo-codegen </module >
65
+ <module >spring-boot-demo-graylog </module >
66
+ </modules >
67
+ <packaging >pom</packaging >
68
68
69
- <name >spring-boot-demo</name >
70
- <url >http://xkcoding.com</url >
69
+ <name >spring-boot-demo</name >
70
+ <url >http://xkcoding.com</url >
71
71
72
- <properties >
73
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
74
- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
75
- <java .version>1.8</java .version>
76
- <maven .compiler.source>1.8</maven .compiler.source>
77
- <maven .compiler.target>1.8</maven .compiler.target>
78
- <spring .boot.version>2.1.0.RELEASE</spring .boot.version>
79
- <mysql .version>8.0.12</mysql .version>
80
- <hutool .version>4.5.1</hutool .version>
81
- <guava .version>27.0.1-jre</guava .version>
82
- <user .agent.version>1.20</user .agent.version>
83
- </properties >
72
+ <properties >
73
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
74
+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
75
+ <java .version>1.8</java .version>
76
+ <maven .compiler.source>1.8</maven .compiler.source>
77
+ <maven .compiler.target>1.8</maven .compiler.target>
78
+ <spring .boot.version>2.1.0.RELEASE</spring .boot.version>
79
+ <mysql .version>8.0.12</mysql .version>
80
+ <hutool .version>4.5.1</hutool .version>
81
+ <guava .version>27.0.1-jre</guava .version>
82
+ <user .agent.version>1.20</user .agent.version>
83
+ </properties >
84
84
85
- <dependencyManagement >
86
- <dependencies >
87
- <dependency >
88
- <groupId >org.springframework.boot</groupId >
89
- <artifactId >spring-boot-dependencies</artifactId >
90
- <version >${spring.boot.version} </version >
91
- <type >pom</type >
92
- <scope >import</scope >
93
- </dependency >
94
- <dependency >
95
- <groupId >mysql</groupId >
96
- <artifactId >mysql-connector-java</artifactId >
97
- <version >${mysql.version} </version >
98
- </dependency >
99
- <!-- hutool工具类 -->
100
- <dependency >
101
- <groupId >cn.hutool</groupId >
102
- <artifactId >hutool-all</artifactId >
103
- <version >${hutool.version} </version >
104
- </dependency >
105
- <!-- guava工具类 -->
106
- <dependency >
107
- <groupId >com.google.guava</groupId >
108
- <artifactId >guava</artifactId >
109
- <version >${guava.version} </version >
110
- </dependency >
111
- <!-- 解析 UserAgent 信息 -->
112
- <dependency >
113
- <groupId >eu.bitwalker</groupId >
114
- <artifactId >UserAgentUtils</artifactId >
115
- <version >${user.agent.version} </version >
116
- </dependency >
117
- </dependencies >
118
- </dependencyManagement >
85
+ <dependencyManagement >
86
+ <dependencies >
87
+ <dependency >
88
+ <groupId >org.springframework.boot</groupId >
89
+ <artifactId >spring-boot-dependencies</artifactId >
90
+ <version >${spring.boot.version} </version >
91
+ <type >pom</type >
92
+ <scope >import</scope >
93
+ </dependency >
94
+ <dependency >
95
+ <groupId >mysql</groupId >
96
+ <artifactId >mysql-connector-java</artifactId >
97
+ <version >${mysql.version} </version >
98
+ </dependency >
99
+ <!-- hutool工具类 -->
100
+ <dependency >
101
+ <groupId >cn.hutool</groupId >
102
+ <artifactId >hutool-all</artifactId >
103
+ <version >${hutool.version} </version >
104
+ </dependency >
105
+ <!-- guava工具类 -->
106
+ <dependency >
107
+ <groupId >com.google.guava</groupId >
108
+ <artifactId >guava</artifactId >
109
+ <version >${guava.version} </version >
110
+ </dependency >
111
+ <!-- 解析 UserAgent 信息 -->
112
+ <dependency >
113
+ <groupId >eu.bitwalker</groupId >
114
+ <artifactId >UserAgentUtils</artifactId >
115
+ <version >${user.agent.version} </version >
116
+ </dependency >
117
+ </dependencies >
118
+ </dependencyManagement >
119
119
120
- <build >
121
- <pluginManagement >
122
- <plugins >
123
- <plugin >
124
- <artifactId >maven-clean-plugin</artifactId >
125
- <version >3.0.0</version >
126
- </plugin >
127
- <plugin >
128
- <artifactId >maven-resources-plugin</artifactId >
129
- <version >3.0.2</version >
130
- </plugin >
131
- <plugin >
132
- <artifactId >maven-compiler-plugin</artifactId >
133
- <version >3.7.0</version >
134
- </plugin >
135
- <plugin >
136
- <artifactId >maven-surefire-plugin</artifactId >
137
- <version >2.20.1</version >
138
- </plugin >
139
- <plugin >
140
- <artifactId >maven-jar-plugin</artifactId >
141
- <version >3.0.2</version >
142
- </plugin >
143
- <plugin >
144
- <artifactId >maven-install-plugin</artifactId >
145
- <version >2.5.2</version >
146
- </plugin >
147
- <plugin >
148
- <artifactId >maven-deploy-plugin</artifactId >
149
- <version >2.8.2</version >
150
- </plugin >
151
- <plugin >
152
- <groupId >org.springframework.boot</groupId >
153
- <artifactId >spring-boot-maven-plugin</artifactId >
154
- <version >${spring.boot.version} </version >
155
- <executions >
156
- <execution >
157
- <goals >
158
- <goal >repackage</goal >
159
- </goals >
160
- </execution >
161
- </executions >
162
- </plugin >
163
- </plugins >
164
- </pluginManagement >
165
- </build >
120
+ <build >
121
+ <pluginManagement >
122
+ <plugins >
123
+ <plugin >
124
+ <artifactId >maven-clean-plugin</artifactId >
125
+ <version >3.0.0</version >
126
+ </plugin >
127
+ <plugin >
128
+ <artifactId >maven-resources-plugin</artifactId >
129
+ <version >3.0.2</version >
130
+ </plugin >
131
+ <plugin >
132
+ <artifactId >maven-compiler-plugin</artifactId >
133
+ <version >3.7.0</version >
134
+ </plugin >
135
+ <plugin >
136
+ <artifactId >maven-surefire-plugin</artifactId >
137
+ <version >2.20.1</version >
138
+ </plugin >
139
+ <plugin >
140
+ <artifactId >maven-jar-plugin</artifactId >
141
+ <version >3.0.2</version >
142
+ </plugin >
143
+ <plugin >
144
+ <artifactId >maven-install-plugin</artifactId >
145
+ <version >2.5.2</version >
146
+ </plugin >
147
+ <plugin >
148
+ <artifactId >maven-deploy-plugin</artifactId >
149
+ <version >2.8.2</version >
150
+ </plugin >
151
+ <plugin >
152
+ <groupId >org.springframework.boot</groupId >
153
+ <artifactId >spring-boot-maven-plugin</artifactId >
154
+ <version >${spring.boot.version} </version >
155
+ <executions >
156
+ <execution >
157
+ <goals >
158
+ <goal >repackage</goal >
159
+ </goals >
160
+ </execution >
161
+ </executions >
162
+ </plugin >
163
+ </plugins >
164
+ </pluginManagement >
165
+ </build >
166
166
</project >
0 commit comments