|
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 | <packaging>pom</packaging> |
| 6 | + <modules> |
| 7 | + <module>springboot-starter-data-authorization</module> |
| 8 | + </modules> |
6 | 9 | <parent> |
7 | 10 | <groupId>org.springframework.boot</groupId> |
8 | 11 | <artifactId>spring-boot-starter-parent</artifactId> |
|
12 | 15 |
|
13 | 16 | <groupId>com.codingapi.springboot</groupId> |
14 | 17 | <artifactId>springboot-parent</artifactId> |
15 | | - <version>2.9.14</version> |
| 18 | + <version>2.9.15</version> |
16 | 19 |
|
17 | 20 | <url>https://github.com/codingapi/springboot-framewrok</url> |
18 | 21 | <name>springboot-parent</name> |
|
45 | 48 | <apache-groovy.version>4.0.24</apache-groovy.version> |
46 | 49 | <h2.version>2.3.232</h2.version> |
47 | 50 | <esotericsoftware.kryo.version>5.6.2</esotericsoftware.kryo.version> |
| 51 | + <jsqlparser.version>5.0</jsqlparser.version> |
48 | 52 | </properties> |
49 | 53 |
|
50 | 54 | <dependencies> |
|
209 | 213 | <version>${apache-groovy.version}</version> |
210 | 214 | </dependency> |
211 | 215 |
|
| 216 | + <dependency> |
| 217 | + <groupId>com.github.jsqlparser</groupId> |
| 218 | + <artifactId>jsqlparser</artifactId> |
| 219 | + <version>${jsqlparser.version}</version> |
| 220 | + </dependency> |
| 221 | + |
212 | 222 | </dependencies> |
213 | 223 | </dependencyManagement> |
214 | 224 |
|
|
269 | 279 | </activation> |
270 | 280 | <modules> |
271 | 281 | <module>springboot-starter</module> |
272 | | - <module>springboot-starter-flow</module> |
273 | 282 | <module>springboot-starter-security</module> |
| 283 | + <module>springboot-starter-data-authorization</module> |
274 | 284 | <module>springboot-starter-data-fast</module> |
| 285 | + <module>springboot-starter-flow</module> |
275 | 286 | </modules> |
276 | 287 | </profile> |
277 | 288 |
|
|
281 | 292 |
|
282 | 293 | <modules> |
283 | 294 | <module>springboot-starter</module> |
284 | | - <module>springboot-starter-flow</module> |
285 | 295 | <module>springboot-starter-security</module> |
| 296 | + <module>springboot-starter-data-authorization</module> |
286 | 297 | <module>springboot-starter-data-fast</module> |
| 298 | + <module>springboot-starter-flow</module> |
287 | 299 | </modules> |
288 | 300 |
|
289 | 301 | <build> |
|
331 | 343 |
|
332 | 344 | <modules> |
333 | 345 | <module>springboot-starter</module> |
334 | | - <module>springboot-starter-flow</module> |
335 | 346 | <module>springboot-starter-security</module> |
| 347 | + <module>springboot-starter-data-authorization</module> |
336 | 348 | <module>springboot-starter-data-fast</module> |
| 349 | + <module>springboot-starter-flow</module> |
337 | 350 | </modules> |
338 | 351 |
|
339 | 352 |
|
|
0 commit comments