|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" |
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <parent> |
|
19 | 19 | </properties> |
20 | 20 |
|
21 | 21 | <dependencies> |
22 | | -<!-- <dependency>--> |
23 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
24 | | -<!-- <artifactId>spring-boot-starter-actuator</artifactId>--> |
25 | | -<!-- </dependency>--> |
26 | | -<!-- <dependency>--> |
27 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
28 | | -<!-- <artifactId>spring-boot-starter-amqp</artifactId>--> |
29 | | -<!-- </dependency>--> |
30 | | -<!-- <dependency>--> |
31 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
32 | | -<!-- <artifactId>spring-boot-starter-batch</artifactId>--> |
33 | | -<!-- </dependency>--> |
34 | | -<!-- <dependency>--> |
35 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
36 | | -<!-- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>--> |
37 | | -<!-- </dependency>--> |
38 | | -<!-- <dependency>--> |
39 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
40 | | -<!-- <artifactId>spring-boot-starter-data-redis</artifactId>--> |
41 | | -<!-- </dependency>--> |
42 | | -<!-- <dependency>--> |
43 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
44 | | -<!-- <artifactId>spring-boot-starter-data-redis-reactive</artifactId>--> |
45 | | -<!-- </dependency>--> |
46 | | -<!-- <dependency>--> |
47 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
48 | | -<!-- <artifactId>spring-boot-starter-jdbc</artifactId>--> |
49 | | -<!-- </dependency>--> |
| 22 | + <!-- <dependency>--> |
| 23 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 24 | + <!-- <artifactId>spring-boot-starter-actuator</artifactId>--> |
| 25 | + <!-- </dependency>--> |
| 26 | + <!-- <dependency>--> |
| 27 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 28 | + <!-- <artifactId>spring-boot-starter-amqp</artifactId>--> |
| 29 | + <!-- </dependency>--> |
| 30 | + <!-- <dependency>--> |
| 31 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 32 | + <!-- <artifactId>spring-boot-starter-batch</artifactId>--> |
| 33 | + <!-- </dependency>--> |
| 34 | + <!-- <dependency>--> |
| 35 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 36 | + <!-- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>--> |
| 37 | + <!-- </dependency>--> |
| 38 | + <!-- <dependency>--> |
| 39 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 40 | + <!-- <artifactId>spring-boot-starter-data-redis</artifactId>--> |
| 41 | + <!-- </dependency>--> |
| 42 | + <!-- <dependency>--> |
| 43 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 44 | + <!-- <artifactId>spring-boot-starter-data-redis-reactive</artifactId>--> |
| 45 | + <!-- </dependency>--> |
| 46 | + <!-- <dependency>--> |
| 47 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 48 | + <!-- <artifactId>spring-boot-starter-jdbc</artifactId>--> |
| 49 | + <!-- </dependency>--> |
50 | 50 | <dependency> |
51 | 51 | <groupId>org.springframework.boot</groupId> |
52 | 52 | <artifactId>spring-boot-starter-mail</artifactId> |
53 | | - <version>2.6.3</version> |
| 53 | + <version>2.6.4</version> |
54 | 54 | </dependency> |
55 | | -<!-- <dependency>--> |
56 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
57 | | -<!-- <artifactId>spring-boot-starter-oauth2-client</artifactId>--> |
58 | | -<!-- </dependency>--> |
59 | | -<!-- <dependency>--> |
60 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
61 | | -<!-- <artifactId>spring-boot-starter-oauth2-resource-server</artifactId>--> |
62 | | -<!-- </dependency>--> |
63 | | -<!-- <dependency>--> |
64 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
65 | | -<!-- <artifactId>spring-boot-starter-security</artifactId>--> |
66 | | -<!-- </dependency>--> |
67 | | -<!-- <dependency>--> |
68 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
69 | | -<!-- <artifactId>spring-boot-starter-thymeleaf</artifactId>--> |
70 | | -<!-- </dependency>--> |
| 55 | + <!-- <dependency>--> |
| 56 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 57 | + <!-- <artifactId>spring-boot-starter-oauth2-client</artifactId>--> |
| 58 | + <!-- </dependency>--> |
| 59 | + <!-- <dependency>--> |
| 60 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 61 | + <!-- <artifactId>spring-boot-starter-oauth2-resource-server</artifactId>--> |
| 62 | + <!-- </dependency>--> |
| 63 | + <!-- <dependency>--> |
| 64 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 65 | + <!-- <artifactId>spring-boot-starter-security</artifactId>--> |
| 66 | + <!-- </dependency>--> |
| 67 | + <!-- <dependency>--> |
| 68 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 69 | + <!-- <artifactId>spring-boot-starter-thymeleaf</artifactId>--> |
| 70 | + <!-- </dependency>--> |
71 | 71 | <dependency> |
72 | 72 | <groupId>org.springframework.boot</groupId> |
73 | 73 | <artifactId>spring-boot-starter-web</artifactId> |
74 | | - <version>2.6.3</version> |
| 74 | + <version>2.6.4</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>org.springframework.boot</groupId> |
78 | 78 | <artifactId>spring-boot-starter-websocket</artifactId> |
79 | | - <version>2.6.3</version> |
| 79 | + <version>2.6.4</version> |
80 | 80 | </dependency> |
81 | | -<!-- <dependency>--> |
82 | | -<!-- <groupId>org.mybatis.spring.boot</groupId>--> |
83 | | -<!-- <artifactId>mybatis-spring-boot-starter</artifactId>--> |
84 | | -<!-- <version>2.2.1</version>--> |
85 | | -<!-- </dependency>--> |
| 81 | + <!-- <dependency>--> |
| 82 | + <!-- <groupId>org.mybatis.spring.boot</groupId>--> |
| 83 | + <!-- <artifactId>mybatis-spring-boot-starter</artifactId>--> |
| 84 | + <!-- <version>2.2.1</version>--> |
| 85 | + <!-- </dependency>--> |
86 | 86 | <dependency> |
87 | 87 | <groupId>org.springframework.cloud</groupId> |
88 | 88 | <artifactId>spring-cloud-config-server</artifactId> |
89 | | - <version>3.1.0</version> |
| 89 | + <version>3.1.1</version> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | 92 | <groupId>org.springframework.cloud</groupId> |
93 | 93 | <artifactId>spring-cloud-starter-config</artifactId> |
94 | | - <version>3.1.0</version> |
| 94 | + <version>3.1.1</version> |
95 | 95 | </dependency> |
96 | | -<!-- <dependency>--> |
97 | | -<!-- <groupId>org.thymeleaf.extras</groupId>--> |
98 | | -<!-- <artifactId>thymeleaf-extras-springsecurity5</artifactId>--> |
99 | | -<!-- </dependency>--> |
| 96 | + <!-- <dependency>--> |
| 97 | + <!-- <groupId>org.thymeleaf.extras</groupId>--> |
| 98 | + <!-- <artifactId>thymeleaf-extras-springsecurity5</artifactId>--> |
| 99 | + <!-- </dependency>--> |
100 | 100 | <dependency> |
101 | 101 | <groupId>org.springframework.boot</groupId> |
102 | 102 | <artifactId>spring-boot-devtools</artifactId> |
103 | | - <version>2.6.3</version> |
| 103 | + <version>2.6.4</version> |
104 | 104 | <scope>runtime</scope> |
105 | 105 | <optional>true</optional> |
106 | 106 | </dependency> |
107 | 107 | <dependency> |
108 | 108 | <groupId>mysql</groupId> |
109 | 109 | <artifactId>mysql-connector-java</artifactId> |
| 110 | + <version>8.0.28</version> |
110 | 111 | <scope>runtime</scope> |
111 | 112 | </dependency> |
112 | 113 | <dependency> |
113 | 114 | <groupId>org.springframework.boot</groupId> |
114 | 115 | <artifactId>spring-boot-configuration-processor</artifactId> |
115 | | - <version>2.6.3</version> |
| 116 | + <version>2.6.4</version> |
116 | 117 | <optional>true</optional> |
117 | 118 | </dependency> |
118 | 119 | <dependency> |
|
123 | 124 | <dependency> |
124 | 125 | <groupId>org.springframework.boot</groupId> |
125 | 126 | <artifactId>spring-boot-starter-test</artifactId> |
126 | | - <version>2.6.3</version> |
| 127 | + <version>2.6.4</version> |
127 | 128 | <scope>test</scope> |
128 | 129 | </dependency> |
129 | | -<!-- <dependency>--> |
130 | | -<!-- <groupId>io.projectreactor</groupId>--> |
131 | | -<!-- <artifactId>reactor-test</artifactId>--> |
132 | | -<!-- <scope>test</scope>--> |
133 | | -<!-- </dependency>--> |
134 | | -<!-- <dependency>--> |
135 | | -<!-- <groupId>org.springframework.amqp</groupId>--> |
136 | | -<!-- <artifactId>spring-rabbit-test</artifactId>--> |
137 | | -<!-- <scope>test</scope>--> |
138 | | -<!-- </dependency>--> |
139 | | -<!-- <dependency>--> |
140 | | -<!-- <groupId>org.springframework.batch</groupId>--> |
141 | | -<!-- <artifactId>spring-batch-test</artifactId>--> |
142 | | -<!-- <scope>test</scope>--> |
143 | | -<!-- </dependency>--> |
144 | | -<!-- <dependency>--> |
145 | | -<!-- <groupId>org.springframework.restdocs</groupId>--> |
146 | | -<!-- <artifactId>spring-restdocs-mockmvc</artifactId>--> |
147 | | -<!-- <scope>test</scope>--> |
148 | | -<!-- </dependency>--> |
149 | | -<!-- <dependency>--> |
150 | | -<!-- <groupId>org.springframework.security</groupId>--> |
151 | | -<!-- <artifactId>spring-security-test</artifactId>--> |
152 | | -<!-- <scope>test</scope>--> |
153 | | -<!-- </dependency>--> |
| 130 | + <!-- <dependency>--> |
| 131 | + <!-- <groupId>io.projectreactor</groupId>--> |
| 132 | + <!-- <artifactId>reactor-test</artifactId>--> |
| 133 | + <!-- <scope>test</scope>--> |
| 134 | + <!-- </dependency>--> |
| 135 | + <!-- <dependency>--> |
| 136 | + <!-- <groupId>org.springframework.amqp</groupId>--> |
| 137 | + <!-- <artifactId>spring-rabbit-test</artifactId>--> |
| 138 | + <!-- <scope>test</scope>--> |
| 139 | + <!-- </dependency>--> |
| 140 | + <!-- <dependency>--> |
| 141 | + <!-- <groupId>org.springframework.batch</groupId>--> |
| 142 | + <!-- <artifactId>spring-batch-test</artifactId>--> |
| 143 | + <!-- <scope>test</scope>--> |
| 144 | + <!-- </dependency>--> |
| 145 | + <!-- <dependency>--> |
| 146 | + <!-- <groupId>org.springframework.restdocs</groupId>--> |
| 147 | + <!-- <artifactId>spring-restdocs-mockmvc</artifactId>--> |
| 148 | + <!-- <scope>test</scope>--> |
| 149 | + <!-- </dependency>--> |
| 150 | + <!-- <dependency>--> |
| 151 | + <!-- <groupId>org.springframework.security</groupId>--> |
| 152 | + <!-- <artifactId>spring-security-test</artifactId>--> |
| 153 | + <!-- <scope>test</scope>--> |
| 154 | + <!-- </dependency>--> |
154 | 155 | <!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ --> |
155 | 156 | <dependency> |
156 | 157 | <groupId>cn.dev33</groupId> |
157 | 158 | <artifactId>sa-token-spring-boot-starter</artifactId> |
158 | | - <version>1.28.0</version> |
| 159 | + <version>1.29.1.trial</version> |
159 | 160 | </dependency> |
160 | 161 | <!-- Sa-Token 整合 Redis (使用jackson序列化方式) --> |
161 | 162 | <dependency> |
162 | 163 | <groupId>cn.dev33</groupId> |
163 | 164 | <artifactId>sa-token-dao-redis-jackson</artifactId> |
164 | | - <version>1.29.0</version> |
| 165 | + <version>1.29.1.trial</version> |
165 | 166 | </dependency> |
166 | 167 | <!-- 提供Redis连接池 --> |
167 | 168 | <dependency> |
|
182 | 183 | <dependency> |
183 | 184 | <groupId>cn.hutool</groupId> |
184 | 185 | <artifactId>hutool-all</artifactId> |
185 | | - <version>5.7.20</version> |
| 186 | + <version>5.7.22</version> |
186 | 187 | </dependency> |
187 | | -<!-- <dependency>--> |
188 | | -<!-- <groupId>org.springframework.boot</groupId>--> |
189 | | -<!-- <artifactId>spring-boot-starter-data-jpa</artifactId>--> |
190 | | -<!-- <version>2.6.2</version>--> |
191 | | -<!-- <scope>compile</scope>--> |
192 | | -<!-- </dependency>--> |
| 188 | + <!-- <dependency>--> |
| 189 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 190 | + <!-- <artifactId>spring-boot-starter-data-jpa</artifactId>--> |
| 191 | + <!-- <version>2.6.2</version>--> |
| 192 | + <!-- <scope>compile</scope>--> |
| 193 | + <!-- </dependency>--> |
193 | 194 | <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> |
194 | 195 | <dependency> |
195 | 196 | <groupId>com.google.code.gson</groupId> |
196 | 197 | <artifactId>gson</artifactId> |
197 | 198 | <version>2.9.0</version> |
198 | 199 | </dependency> |
199 | | - <!--elasticsearch--> |
200 | | - <dependency> |
201 | | - <groupId>org.elasticsearch.client</groupId> |
202 | | - <artifactId>elasticsearch-rest-high-level-client</artifactId> |
203 | | - <version>7.16.3</version> |
204 | | - </dependency> |
205 | | - <dependency> |
206 | | - <groupId>org.elasticsearch</groupId> |
207 | | - <artifactId>elasticsearch</artifactId> |
208 | | - <version>7.16.3</version> |
209 | | - </dependency> |
| 200 | +<!-- <!–elasticsearch–>--> |
| 201 | +<!-- <dependency>--> |
| 202 | +<!-- <groupId>org.elasticsearch.client</groupId>--> |
| 203 | +<!-- <artifactId>elasticsearch-rest-high-level-client</artifactId>--> |
| 204 | +<!-- <version>7.16.3</version>--> |
| 205 | +<!-- </dependency>--> |
| 206 | +<!-- <dependency>--> |
| 207 | +<!-- <groupId>org.elasticsearch</groupId>--> |
| 208 | +<!-- <artifactId>elasticsearch</artifactId>--> |
| 209 | +<!-- <version>8.0.0</version>--> |
| 210 | +<!-- </dependency>--> |
210 | 211 | <dependency> |
211 | 212 | <groupId>com.freewayso</groupId> |
212 | 213 | <artifactId>image-combiner</artifactId> |
213 | | - <version>2.2.2</version> |
| 214 | + <version>2.3.2</version> |
| 215 | + </dependency> |
| 216 | + <!-- <dependency>--> |
| 217 | + <!-- <groupId>com.alibaba</groupId>--> |
| 218 | + <!-- <artifactId>druid-spring-boot-starter</artifactId>--> |
| 219 | + <!-- <version>1.2.8</version>--> |
| 220 | + <!-- </dependency>--> |
| 221 | +<!-- <dependency>--> |
| 222 | +<!-- <groupId>com.alibaba.spring.boot</groupId>--> |
| 223 | +<!-- <artifactId>dubbo-spring-boot-starter</artifactId>--> |
| 224 | +<!-- <version>2.0.0</version>--> |
| 225 | +<!-- <scope>compile</scope>--> |
| 226 | +<!-- </dependency>--> |
| 227 | + <!-- https://mvnrepository.com/artifact/com.alibaba/druid --> |
| 228 | + <dependency> |
| 229 | + <groupId>com.alibaba</groupId> |
| 230 | + <artifactId>druid</artifactId> |
| 231 | + <version>1.2.8</version> |
214 | 232 | </dependency> |
215 | | - |
216 | 233 | </dependencies> |
217 | 234 |
|
218 | 235 | <dependencyManagement> |
|
274 | 291 | <!-- 因为我们将第三方jar和本项目jar放在同一个目录下,这里就使用./ --> |
275 | 292 | <classpathPrefix>./</classpathPrefix> |
276 | 293 | <!-- 项目启动类 --> |
277 | | - <mainClass>com.talex.talexframe.launcher.Launcher</mainClass> |
| 294 | + <mainClass>com.talexframe.launcher.Launcher</mainClass> |
278 | 295 | </manifest> |
279 | 296 | </archive> |
280 | 297 | </configuration> |
|
0 commit comments