From ad298930dbd0dd2b91755a5ef4ca0040d8fcfe0b Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 9 Jun 2025 21:43:40 +0800 Subject: [PATCH] release: v2.12.1 --- CHANGELOG.md | 22 +++++++++++++++++++ continew-starter-api-doc/pom.xml | 3 +++ .../continew-starter-auth-justauth/pom.xml | 3 +++ .../continew-starter-auth-satoken/pom.xml | 3 +++ continew-starter-auth/pom.xml | 2 ++ continew-starter-bom/pom.xml | 5 ++++- .../continew-starter-cache-jetcache/pom.xml | 3 +++ .../continew-starter-cache-redisson/pom.xml | 3 +++ .../pom.xml | 3 +++ continew-starter-cache/pom.xml | 2 ++ .../continew-starter-captcha-behavior/pom.xml | 3 +++ .../continew-starter-captcha-graphic/pom.xml | 3 +++ continew-starter-captcha/pom.xml | 2 ++ continew-starter-core/pom.xml | 3 +++ .../continew-starter-data-core/pom.xml | 3 +++ .../continew-starter-data-mf/pom.xml | 3 +++ .../continew-starter-data-mp/pom.xml | 3 +++ continew-starter-data/pom.xml | 2 ++ continew-starter-dependencies/pom.xml | 4 +++- .../pom.xml | 3 +++ .../pom.xml | 3 +++ .../pom.xml | 3 +++ .../continew-starter-extension-crud/pom.xml | 2 ++ .../pom.xml | 3 +++ .../pom.xml | 3 +++ .../pom.xml | 2 ++ .../pom.xml | 15 +++---------- .../pom.xml | 3 +++ .../continew-starter-extension-tenant/pom.xml | 2 ++ continew-starter-extension/pom.xml | 2 ++ .../continew-starter-file-excel/pom.xml | 3 +++ continew-starter-file/pom.xml | 2 ++ continew-starter-idempotent/pom.xml | 3 +++ .../continew-starter-json-jackson/pom.xml | 3 +++ continew-starter-json/pom.xml | 2 ++ .../continew-starter-license-core/pom.xml | 3 +++ .../pom.xml | 3 +++ .../continew-starter-license-verifier/pom.xml | 3 +++ continew-starter-license/pom.xml | 2 ++ .../continew-starter-log-aop/pom.xml | 3 +++ .../continew-starter-log-core/pom.xml | 3 +++ .../continew-starter-log-interceptor/pom.xml | 3 +++ continew-starter-log/pom.xml | 2 ++ .../continew-starter-messaging-mail/pom.xml | 3 +++ .../pom.xml | 3 +++ continew-starter-messaging/pom.xml | 2 ++ continew-starter-ratelimiter/pom.xml | 3 +++ .../continew-starter-security-crypto/pom.xml | 3 +++ .../continew-starter-security-mask/pom.xml | 3 +++ .../pom.xml | 3 +++ .../pom.xml | 3 +++ .../continew-starter-security-xss/pom.xml | 3 +++ continew-starter-security/pom.xml | 2 ++ .../continew-starter-storage-core/pom.xml | 3 +++ .../continew-starter-storage-local/pom.xml | 3 +++ .../continew-starter-storage-oss/pom.xml | 3 +++ continew-starter-storage/pom.xml | 2 ++ continew-starter-trace/pom.xml | 3 +++ continew-starter-web/pom.xml | 3 +++ pom.xml | 1 + 60 files changed, 183 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8f932c..78830ef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [v2.12.1](https://github.com/continew-org/continew-starter/compare/v2.12.0...v2.12.1) (2025-06-09) + +### ✨ 新特性 + +- 【messaging/websocket】新增发送消息给所有客户端方法 ([fa2cdf4](https://github.com/continew-org/continew-starter/commit/fa2cdf4f80bf4ca8656b658657398908894dfa40)) +- 【messaging/websocket】新增批量发送消息方法 ([b543b2f](https://github.com/continew-org/continew-starter/commit/b543b2f94d09658a276e3a77d3091e1ec32360f9)) +- 【core】ExceptionUtils 新增 exToThrow 方法 ([4a6b462](https://github.com/continew-org/continew-starter/commit/4a6b4624c2ed769bba6c50efd90592f7719247e5)) +- 【json/jackson】Jackson 大数值序列化增加多模式支持 (Gitee#63@httpsjt) ([918a0ab](https://github.com/continew-org/continew-starter/commit/918a0abfda61bda8199256e4d4ecd5e20564569e)) ([73e2b16](https://github.com/continew-org/continew-starter/commit/73e2b169f7bc4a02140f963fd7b90037be8ff2b8)) +- 【idempotent】新增默认幂等名称生成器 ([6b95083](https://github.com/continew-org/continew-starter/commit/6b95083c63de6a8eb7a7d08e6d537ec7afdb32f8)) +- 【cache/redisson】新增 RedisQueueUtils 队列工具类 ([c08b57c](https://github.com/continew-org/continew-starter/commit/c08b57cb489e29b44ae99ec5bd725b72ec9a83a3)) + +### 💎 功能优化 + +- 调整代码风格 null == xx => xx == null(更符合大众风格) ([265d90f](https://github.com/continew-org/continew-starter/commit/265d90fa4ca0db8ed2bada22bd2881d364efde6e)) +- 调整 Web 工具类到 core 模块 ([f83a901](https://github.com/continew-org/continew-starter/commit/f83a90162623208d3be75b03450d7ca29780c2b9)) +- 【security/crypto】优化字段加解密相关代码 ([a4823dc](https://github.com/continew-org/continew-starter/commit/a4823dcb0bf211e26ccb8816928b5332b2bfe216)) + +### 🐛 问题修复 + +- 【web】添加 Servlet 工具类对 getOs 和 getBrowser 方法中User-Agent 为空或解析失败时的非空判断 (Gitee#61@beginner_b) ([abc005e](https://github.com/continew-org/continew-starter/commit/abc005e69022e7e08a580cd8027a5a3fb73ba929)) +- 【core】修复 application/x-www-form-urlencoded 请求体数据无法在 Controller 层获取的问题 (Gitee#65@httpsjt) ([eb7dfd4](https://github.com/continew-org/continew-starter/commit/eb7dfd4ed706ed6b72364e316c4278364a4d4af4)) + ## [v2.12.0](https://github.com/continew-org/continew-starter/compare/v2.11.0...v2.12.0) (2025-05-17) ### ✨ 新特性 diff --git a/continew-starter-api-doc/pom.xml b/continew-starter-api-doc/pom.xml index 3815a37f..a7487edb 100644 --- a/continew-starter-api-doc/pom.xml +++ b/continew-starter-api-doc/pom.xml @@ -10,6 +10,9 @@ continew-starter-api-doc + jar + + ${project.artifactId} ContiNew Starter API 文档模块 diff --git a/continew-starter-auth/continew-starter-auth-justauth/pom.xml b/continew-starter-auth/continew-starter-auth-justauth/pom.xml index 6340c01c..71e7b919 100644 --- a/continew-starter-auth/continew-starter-auth-justauth/pom.xml +++ b/continew-starter-auth/continew-starter-auth-justauth/pom.xml @@ -10,6 +10,9 @@ continew-starter-auth-justauth + jar + + ${project.artifactId} ContiNew Starter 认证模块 - JustAuth diff --git a/continew-starter-auth/continew-starter-auth-satoken/pom.xml b/continew-starter-auth/continew-starter-auth-satoken/pom.xml index 2ca80d80..607177fd 100644 --- a/continew-starter-auth/continew-starter-auth-satoken/pom.xml +++ b/continew-starter-auth/continew-starter-auth-satoken/pom.xml @@ -10,6 +10,9 @@ continew-starter-auth-satoken + jar + + ${project.artifactId} ContiNew Starter 认证模块 - SaToken diff --git a/continew-starter-auth/pom.xml b/continew-starter-auth/pom.xml index 0593fff1..9d4fbf00 100644 --- a/continew-starter-auth/pom.xml +++ b/continew-starter-auth/pom.xml @@ -11,6 +11,8 @@ continew-starter-auth pom + + ${project.artifactId} ContiNew Starter 认证模块 diff --git a/continew-starter-bom/pom.xml b/continew-starter-bom/pom.xml index 97727bf6..6c9d7aff 100644 --- a/continew-starter-bom/pom.xml +++ b/continew-starter-bom/pom.xml @@ -8,10 +8,12 @@ continew-starter-bom ${revision} pom + + ${project.artifactId} ContiNew Starter BOM - 2.12.0 + 2.12.1 @@ -117,6 +119,7 @@ top.continew continew-starter-security-xss + ${revision} diff --git a/continew-starter-cache/continew-starter-cache-jetcache/pom.xml b/continew-starter-cache/continew-starter-cache-jetcache/pom.xml index dbb321c5..2dc7da3e 100644 --- a/continew-starter-cache/continew-starter-cache-jetcache/pom.xml +++ b/continew-starter-cache/continew-starter-cache-jetcache/pom.xml @@ -10,6 +10,9 @@ continew-starter-cache-jetcache + jar + + ${project.artifactId} ContiNew Starter 缓存模块 - JetCache diff --git a/continew-starter-cache/continew-starter-cache-redisson/pom.xml b/continew-starter-cache/continew-starter-cache-redisson/pom.xml index 17e45a49..1219a24e 100644 --- a/continew-starter-cache/continew-starter-cache-redisson/pom.xml +++ b/continew-starter-cache/continew-starter-cache-redisson/pom.xml @@ -10,6 +10,9 @@ continew-starter-cache-redisson + jar + + ${project.artifactId} ContiNew Starter 缓存模块 - Redisson diff --git a/continew-starter-cache/continew-starter-cache-springcache/pom.xml b/continew-starter-cache/continew-starter-cache-springcache/pom.xml index b20ee0a9..24551c29 100644 --- a/continew-starter-cache/continew-starter-cache-springcache/pom.xml +++ b/continew-starter-cache/continew-starter-cache-springcache/pom.xml @@ -10,6 +10,9 @@ continew-starter-cache-springcache + jar + + ${project.artifactId} ContiNew Starter 缓存模块 - Spring Cache diff --git a/continew-starter-cache/pom.xml b/continew-starter-cache/pom.xml index 39a65682..41c42e5d 100644 --- a/continew-starter-cache/pom.xml +++ b/continew-starter-cache/pom.xml @@ -11,6 +11,8 @@ continew-starter-cache pom + + ${project.artifactId} ContiNew Starter 缓存模块 diff --git a/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml b/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml index 52e7ce47..bae21056 100644 --- a/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml +++ b/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml @@ -10,6 +10,9 @@ continew-starter-captcha-behavior + jar + + ${project.artifactId} ContiNew Starter 验证码模块 - 行为验证码 diff --git a/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml b/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml index ebd88849..1487f798 100644 --- a/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml +++ b/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml @@ -10,6 +10,9 @@ continew-starter-captcha-graphic + jar + + ${project.artifactId} ContiNew Starter 验证码模块 - 图形验证码 diff --git a/continew-starter-captcha/pom.xml b/continew-starter-captcha/pom.xml index 9a33074f..b35c7546 100644 --- a/continew-starter-captcha/pom.xml +++ b/continew-starter-captcha/pom.xml @@ -11,6 +11,8 @@ continew-starter-captcha pom + + ${project.artifactId} ContiNew Starter 验证码模块 diff --git a/continew-starter-core/pom.xml b/continew-starter-core/pom.xml index 7e7a6ff4..fec6ec45 100644 --- a/continew-starter-core/pom.xml +++ b/continew-starter-core/pom.xml @@ -10,6 +10,9 @@ continew-starter-core + jar + + ${project.artifactId} ContiNew Starter 核心模块 diff --git a/continew-starter-data/continew-starter-data-core/pom.xml b/continew-starter-data/continew-starter-data-core/pom.xml index 73f5e3c5..439f37af 100644 --- a/continew-starter-data/continew-starter-data-core/pom.xml +++ b/continew-starter-data/continew-starter-data-core/pom.xml @@ -10,6 +10,9 @@ continew-starter-data-core + jar + + ${project.artifactId} ContiNew Starter 数据访问模块 - 核心模块 diff --git a/continew-starter-data/continew-starter-data-mf/pom.xml b/continew-starter-data/continew-starter-data-mf/pom.xml index f2339319..4c325cb5 100644 --- a/continew-starter-data/continew-starter-data-mf/pom.xml +++ b/continew-starter-data/continew-starter-data-mf/pom.xml @@ -10,6 +10,9 @@ continew-starter-data-mf + jar + + ${project.artifactId} ContiNew Starter 数据访问模块 - MyBatis Flex diff --git a/continew-starter-data/continew-starter-data-mp/pom.xml b/continew-starter-data/continew-starter-data-mp/pom.xml index afa6d41b..5ddab7f6 100644 --- a/continew-starter-data/continew-starter-data-mp/pom.xml +++ b/continew-starter-data/continew-starter-data-mp/pom.xml @@ -10,6 +10,9 @@ continew-starter-data-mp + jar + + ${project.artifactId} ContiNew Starter 数据访问模块 - MyBatis Plus diff --git a/continew-starter-data/pom.xml b/continew-starter-data/pom.xml index 8822500c..f124c344 100644 --- a/continew-starter-data/pom.xml +++ b/continew-starter-data/pom.xml @@ -11,6 +11,8 @@ continew-starter-data pom + + ${project.artifactId} ContiNew Starter 数据访问模块 diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index a9c1a6d4..728618b3 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -8,11 +8,13 @@ continew-starter-dependencies ${revision} pom + + ${project.artifactId} ContiNew Starter 依赖模块 - 2.12.0 + 2.12.1 3.3.11 2023.0.5 3.46.0 diff --git a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-core/pom.xml b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-core/pom.xml index 004b6495..bcc0dbb6 100644 --- a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-core/pom.xml +++ b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-core/pom.xml @@ -10,6 +10,9 @@ continew-starter-extension-crud-core + jar + + ${project.artifactId} ContiNew Starter 扩展模块 - CRUD(增删改查) - 核心模块 diff --git a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mf/pom.xml b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mf/pom.xml index c215c212..75c58da6 100644 --- a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mf/pom.xml +++ b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mf/pom.xml @@ -10,6 +10,9 @@ continew-starter-extension-crud-mf + jar + + ${project.artifactId} ContiNew Starter 扩展模块 - CRUD(增删改查) - MyBatis Flex ORM 模块 diff --git a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mp/pom.xml b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mp/pom.xml index 67738e37..0b9ac537 100644 --- a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mp/pom.xml +++ b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mp/pom.xml @@ -10,6 +10,9 @@ continew-starter-extension-crud-mp + jar + + ${project.artifactId} ContiNew Starter 扩展模块 - CRUD(增删改查) - MyBatis Plus ORM 模块 diff --git a/continew-starter-extension/continew-starter-extension-crud/pom.xml b/continew-starter-extension/continew-starter-extension-crud/pom.xml index b8592790..ed9272b1 100644 --- a/continew-starter-extension/continew-starter-extension-crud/pom.xml +++ b/continew-starter-extension/continew-starter-extension-crud/pom.xml @@ -11,6 +11,8 @@ continew-starter-extension-crud pom + + ${project.artifactId} ContiNew Starter 扩展模块 - CRUD(增删改查) diff --git a/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-core/pom.xml b/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-core/pom.xml index 4e0bf41a..57005782 100644 --- a/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-core/pom.xml +++ b/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-core/pom.xml @@ -10,5 +10,8 @@ continew-starter-extension-datapermission-core + jar + + ${project.artifactId} ContiNew Starter 扩展模块 - 数据权限 - 核心模块 \ No newline at end of file diff --git a/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-mp/pom.xml b/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-mp/pom.xml index b133c59d..b666b373 100644 --- a/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-mp/pom.xml +++ b/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-mp/pom.xml @@ -10,6 +10,9 @@ continew-starter-extension-datapermission-mp + jar + + ${project.artifactId} ContiNew Starter 扩展模块 - 数据权限 - MyBatis Plus ORM 模块 diff --git a/continew-starter-extension/continew-starter-extension-datapermission/pom.xml b/continew-starter-extension/continew-starter-extension-datapermission/pom.xml index 9d24abbd..12e7b366 100644 --- a/continew-starter-extension/continew-starter-extension-datapermission/pom.xml +++ b/continew-starter-extension/continew-starter-extension-datapermission/pom.xml @@ -11,6 +11,8 @@ continew-starter-extension-datapermission pom + + ${project.artifactId} ContiNew Starter 扩展模块 - 数据权限 diff --git a/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/pom.xml b/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/pom.xml index 46bf3864..64f7ddca 100644 --- a/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/pom.xml +++ b/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/pom.xml @@ -10,6 +10,9 @@ continew-starter-extension-tenant-core + jar + + ${project.artifactId} ContiNew Starter 扩展模块 - 多租户 - 核心模块 @@ -18,17 +21,5 @@ com.alibaba transmittable-thread-local - - - org.springframework - spring-webmvc - true - - - - jakarta.servlet - jakarta.servlet-api - true - \ No newline at end of file diff --git a/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-mp/pom.xml b/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-mp/pom.xml index a09b2893..e2ca2d7a 100644 --- a/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-mp/pom.xml +++ b/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-mp/pom.xml @@ -10,6 +10,9 @@ continew-starter-extension-tenant-mp + jar + + ${project.artifactId} ContiNew Starter 扩展模块 - 多租户 - MyBatis Plus ORM 模块 diff --git a/continew-starter-extension/continew-starter-extension-tenant/pom.xml b/continew-starter-extension/continew-starter-extension-tenant/pom.xml index ea63983f..8426d474 100644 --- a/continew-starter-extension/continew-starter-extension-tenant/pom.xml +++ b/continew-starter-extension/continew-starter-extension-tenant/pom.xml @@ -11,6 +11,8 @@ continew-starter-extension-tenant pom + + ${project.artifactId} ContiNew Starter 扩展模块 - 多租户 diff --git a/continew-starter-extension/pom.xml b/continew-starter-extension/pom.xml index 1c232747..2f121a42 100644 --- a/continew-starter-extension/pom.xml +++ b/continew-starter-extension/pom.xml @@ -11,6 +11,8 @@ continew-starter-extension pom + + ${project.artifactId} ContiNew Starter 扩展模块 diff --git a/continew-starter-file/continew-starter-file-excel/pom.xml b/continew-starter-file/continew-starter-file-excel/pom.xml index 250391b0..04b19db8 100644 --- a/continew-starter-file/continew-starter-file-excel/pom.xml +++ b/continew-starter-file/continew-starter-file-excel/pom.xml @@ -10,6 +10,9 @@ continew-starter-file-excel + jar + + ${project.artifactId} ContiNew Starter 文件处理模块 - Excel diff --git a/continew-starter-file/pom.xml b/continew-starter-file/pom.xml index 1b93a554..c49a447a 100644 --- a/continew-starter-file/pom.xml +++ b/continew-starter-file/pom.xml @@ -11,6 +11,8 @@ continew-starter-file pom + + ${project.artifactId} ContiNew Starter 文件处理模块 diff --git a/continew-starter-idempotent/pom.xml b/continew-starter-idempotent/pom.xml index fd4d1679..46e8b223 100644 --- a/continew-starter-idempotent/pom.xml +++ b/continew-starter-idempotent/pom.xml @@ -10,6 +10,9 @@ continew-starter-idempotent + jar + + ${project.artifactId} ContiNew Starter 幂等模块 diff --git a/continew-starter-json/continew-starter-json-jackson/pom.xml b/continew-starter-json/continew-starter-json-jackson/pom.xml index 8cb94187..4a33aff4 100644 --- a/continew-starter-json/continew-starter-json-jackson/pom.xml +++ b/continew-starter-json/continew-starter-json-jackson/pom.xml @@ -10,6 +10,9 @@ continew-starter-json-jackson + jar + + ${project.artifactId} ContiNew Starter JSON 模块 - Jackson diff --git a/continew-starter-json/pom.xml b/continew-starter-json/pom.xml index 80ccd859..4a50601a 100644 --- a/continew-starter-json/pom.xml +++ b/continew-starter-json/pom.xml @@ -11,6 +11,8 @@ continew-starter-json pom + + ${project.artifactId} ContiNew Starter JSON 模块 diff --git a/continew-starter-license/continew-starter-license-core/pom.xml b/continew-starter-license/continew-starter-license-core/pom.xml index dd9ec9f9..5510702a 100644 --- a/continew-starter-license/continew-starter-license-core/pom.xml +++ b/continew-starter-license/continew-starter-license-core/pom.xml @@ -9,6 +9,9 @@ continew-starter-license-core + jar + + ${project.artifactId} ContiNew Starter License 模块 - 核心模块 diff --git a/continew-starter-license/continew-starter-license-generator/pom.xml b/continew-starter-license/continew-starter-license-generator/pom.xml index 28b12c67..d96a7f68 100644 --- a/continew-starter-license/continew-starter-license-generator/pom.xml +++ b/continew-starter-license/continew-starter-license-generator/pom.xml @@ -10,6 +10,9 @@ continew-starter-license-generator + jar + + ${project.artifactId} ContiNew Starter License 模块 - 生成器 diff --git a/continew-starter-license/continew-starter-license-verifier/pom.xml b/continew-starter-license/continew-starter-license-verifier/pom.xml index d77c32ae..ad960187 100644 --- a/continew-starter-license/continew-starter-license-verifier/pom.xml +++ b/continew-starter-license/continew-starter-license-verifier/pom.xml @@ -10,6 +10,9 @@ continew-starter-license-verifier + jar + + ${project.artifactId} ContiNew Starter License 模块 - 校验器 diff --git a/continew-starter-license/pom.xml b/continew-starter-license/pom.xml index 26d40e8b..1721df6e 100644 --- a/continew-starter-license/pom.xml +++ b/continew-starter-license/pom.xml @@ -11,6 +11,8 @@ continew-starter-license pom + + ${project.artifactId} ContiNew Starter License模块 diff --git a/continew-starter-log/continew-starter-log-aop/pom.xml b/continew-starter-log/continew-starter-log-aop/pom.xml index e193e2b8..b3d8b343 100644 --- a/continew-starter-log/continew-starter-log-aop/pom.xml +++ b/continew-starter-log/continew-starter-log-aop/pom.xml @@ -9,6 +9,9 @@ continew-starter-log-aop + jar + + ${project.artifactId} ContiNew Starter 日志模块 - 基于 AOP 实现 diff --git a/continew-starter-log/continew-starter-log-core/pom.xml b/continew-starter-log/continew-starter-log-core/pom.xml index dfc3f559..28f227ff 100644 --- a/continew-starter-log/continew-starter-log-core/pom.xml +++ b/continew-starter-log/continew-starter-log-core/pom.xml @@ -10,6 +10,9 @@ continew-starter-log-core + jar + + ${project.artifactId} ContiNew Starter 日志模块 - 核心模块 diff --git a/continew-starter-log/continew-starter-log-interceptor/pom.xml b/continew-starter-log/continew-starter-log-interceptor/pom.xml index 7d0ed29f..5afa3ce5 100644 --- a/continew-starter-log/continew-starter-log-interceptor/pom.xml +++ b/continew-starter-log/continew-starter-log-interceptor/pom.xml @@ -10,6 +10,9 @@ continew-starter-log-interceptor + jar + + ${project.artifactId} ContiNew Starter 日志模块 - 基于拦截器实现(Spring Boot Actuator HttpTrace 增强版) diff --git a/continew-starter-log/pom.xml b/continew-starter-log/pom.xml index f979c041..67e6076c 100644 --- a/continew-starter-log/pom.xml +++ b/continew-starter-log/pom.xml @@ -11,6 +11,8 @@ continew-starter-log pom + + ${project.artifactId} ContiNew Starter 日志模块 diff --git a/continew-starter-messaging/continew-starter-messaging-mail/pom.xml b/continew-starter-messaging/continew-starter-messaging-mail/pom.xml index 56c8242d..3cafb213 100644 --- a/continew-starter-messaging/continew-starter-messaging-mail/pom.xml +++ b/continew-starter-messaging/continew-starter-messaging-mail/pom.xml @@ -10,6 +10,9 @@ continew-starter-messaging-mail + jar + + ${project.artifactId} ContiNew Starter 消息模块 - 邮件 diff --git a/continew-starter-messaging/continew-starter-messaging-websocket/pom.xml b/continew-starter-messaging/continew-starter-messaging-websocket/pom.xml index b0a901a7..7b1404b2 100644 --- a/continew-starter-messaging/continew-starter-messaging-websocket/pom.xml +++ b/continew-starter-messaging/continew-starter-messaging-websocket/pom.xml @@ -10,6 +10,9 @@ continew-starter-messaging-websocket + jar + + ${project.artifactId} ContiNew Starter 消息模块 - WebSocket diff --git a/continew-starter-messaging/pom.xml b/continew-starter-messaging/pom.xml index 533a614f..2b4eb76d 100644 --- a/continew-starter-messaging/pom.xml +++ b/continew-starter-messaging/pom.xml @@ -11,6 +11,8 @@ continew-starter-messaging pom + + ${project.artifactId} ContiNew Starter 消息模块 diff --git a/continew-starter-ratelimiter/pom.xml b/continew-starter-ratelimiter/pom.xml index 257e3d4a..1f3e7c35 100644 --- a/continew-starter-ratelimiter/pom.xml +++ b/continew-starter-ratelimiter/pom.xml @@ -8,6 +8,9 @@ continew-starter-ratelimiter + jar + + ${project.artifactId} ContiNew Starter 限流模块 diff --git a/continew-starter-security/continew-starter-security-crypto/pom.xml b/continew-starter-security/continew-starter-security-crypto/pom.xml index cf82f2d7..da561f5e 100644 --- a/continew-starter-security/continew-starter-security-crypto/pom.xml +++ b/continew-starter-security/continew-starter-security-crypto/pom.xml @@ -10,6 +10,9 @@ continew-starter-security-crypto + jar + + ${project.artifactId} ContiNew Starter 安全模块 - 加密 diff --git a/continew-starter-security/continew-starter-security-mask/pom.xml b/continew-starter-security/continew-starter-security-mask/pom.xml index ce9e5cf4..611eb90a 100644 --- a/continew-starter-security/continew-starter-security-mask/pom.xml +++ b/continew-starter-security/continew-starter-security-mask/pom.xml @@ -10,5 +10,8 @@ continew-starter-security-mask + jar + + ${project.artifactId} ContiNew Starter 安全模块 - 脱敏 \ No newline at end of file diff --git a/continew-starter-security/continew-starter-security-password/pom.xml b/continew-starter-security/continew-starter-security-password/pom.xml index cf05ebd2..752d9105 100644 --- a/continew-starter-security/continew-starter-security-password/pom.xml +++ b/continew-starter-security/continew-starter-security-password/pom.xml @@ -10,6 +10,9 @@ continew-starter-security-password + jar + + ${project.artifactId} ContiNew Starter 安全模块 - 密码编码器 diff --git a/continew-starter-security/continew-starter-security-sensitivewords/pom.xml b/continew-starter-security/continew-starter-security-sensitivewords/pom.xml index d364fa2a..9f7c4515 100644 --- a/continew-starter-security/continew-starter-security-sensitivewords/pom.xml +++ b/continew-starter-security/continew-starter-security-sensitivewords/pom.xml @@ -10,6 +10,9 @@ continew-starter-security-sensitivewords + jar + + ${project.artifactId} ContiNew Starter 安全模块 - 敏感词模块 diff --git a/continew-starter-security/continew-starter-security-xss/pom.xml b/continew-starter-security/continew-starter-security-xss/pom.xml index 527f751d..8f96624d 100644 --- a/continew-starter-security/continew-starter-security-xss/pom.xml +++ b/continew-starter-security/continew-starter-security-xss/pom.xml @@ -10,5 +10,8 @@ continew-starter-security-xss + jar + + ${project.artifactId} ContiNew Starter 安全模块 - XSS 过滤模块 \ No newline at end of file diff --git a/continew-starter-security/pom.xml b/continew-starter-security/pom.xml index 0673eca6..e455a47b 100644 --- a/continew-starter-security/pom.xml +++ b/continew-starter-security/pom.xml @@ -11,6 +11,8 @@ continew-starter-security pom + + ${project.artifactId} ContiNew Starter 安全模块 diff --git a/continew-starter-storage/continew-starter-storage-core/pom.xml b/continew-starter-storage/continew-starter-storage-core/pom.xml index cf8260a6..41360cd3 100644 --- a/continew-starter-storage/continew-starter-storage-core/pom.xml +++ b/continew-starter-storage/continew-starter-storage-core/pom.xml @@ -9,6 +9,9 @@ continew-starter-storage-core + jar + + ${project.artifactId} ContiNew Starter 存储模块 - 核心模块 diff --git a/continew-starter-storage/continew-starter-storage-local/pom.xml b/continew-starter-storage/continew-starter-storage-local/pom.xml index 1adcc025..af466f21 100644 --- a/continew-starter-storage/continew-starter-storage-local/pom.xml +++ b/continew-starter-storage/continew-starter-storage-local/pom.xml @@ -10,6 +10,9 @@ continew-starter-storage-local + jar + + ${project.artifactId} ContiNew Starter 存储模块 - 本地存储 diff --git a/continew-starter-storage/continew-starter-storage-oss/pom.xml b/continew-starter-storage/continew-starter-storage-oss/pom.xml index 357e0887..e8e5921f 100644 --- a/continew-starter-storage/continew-starter-storage-oss/pom.xml +++ b/continew-starter-storage/continew-starter-storage-oss/pom.xml @@ -9,6 +9,9 @@ continew-starter-storage-oss + jar + + ${project.artifactId} ContiNew Starter 存储模块 - 对象存储 diff --git a/continew-starter-storage/pom.xml b/continew-starter-storage/pom.xml index 7f810b7e..041a0b35 100644 --- a/continew-starter-storage/pom.xml +++ b/continew-starter-storage/pom.xml @@ -11,6 +11,8 @@ continew-starter-storage pom + + ${project.artifactId} ContiNew Starter 存储模块 diff --git a/continew-starter-trace/pom.xml b/continew-starter-trace/pom.xml index f594afc1..777fc7b8 100644 --- a/continew-starter-trace/pom.xml +++ b/continew-starter-trace/pom.xml @@ -10,6 +10,9 @@ continew-starter-trace + jar + + ${project.artifactId} ContiNew Starter 链路追踪模块 diff --git a/continew-starter-web/pom.xml b/continew-starter-web/pom.xml index 2c1e28b2..1e1e3290 100644 --- a/continew-starter-web/pom.xml +++ b/continew-starter-web/pom.xml @@ -10,6 +10,9 @@ continew-starter-web + jar + + ${project.artifactId} ContiNew Starter Web 模块 diff --git a/pom.xml b/pom.xml index cc10a76b..4420b615 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,7 @@ continew-starter pom + ContiNew Starter ContiNew Starter(Continue New Starter)基于“约定优于配置”的理念,