Skip to content

Commit 27cb543

Browse files
committed
release: v2.15.0
1 parent a7f3df8 commit 27cb543

File tree

6 files changed

+869
-825
lines changed

6 files changed

+869
-825
lines changed

CHANGELOG.md

Lines changed: 46 additions & 821 deletions
Large diffs are not rendered by default.

CHANGELOG_1.x.x.md

Lines changed: 254 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG_2.0.0-2.12.2.md

Lines changed: 565 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ continew-starter
148148
├─ continew-starter-core(核心模块:包含线程池等自动配置)
149149
├─ continew-starter-json(JSON 模块)
150150
│ └─ continew-starter-json-jackson
151-
├─ continew-starter-api-doc(接口文档模块:Spring Doc + Knife4j
151+
├─ continew-starter-api-doc(接口文档模块:Spring Doc + NextDoc4j
152152
├─ continew-starter-validation(校验模块:Hibernate Validator)
153153
├─ continew-starter-web(Web 开发模块:包含跨域、全局异常+响应、链路追踪等自动配置)
154154
├─ continew-starter-cache(缓存模块)
@@ -268,7 +268,7 @@ ContiNew 系列项目采用清晰的分支策略,确保开发与维护有序
268268
### 特别鸣谢
269269

270270
- 感谢 <a href="https://www.jetbrains.com/" target="_blank">JetBrains</a> 提供的 <a href="https://jb.gg/OpenSourceSupport" target="_blank">非商业开源软件开发授权</a>
271-
- 感谢 <a href="https://github.com/baomidou/mybatis-plus" target="_blank">MyBatis Plus</a>、<a href="https://github.com/dromara/sa-token" target="_blank">Sa-Token</a> 、<a href="https://github.com/alibaba/jetcache" target="_blank">JetCache</a>、<a href="https://github.com/opengoofy/crane4j" target="_blank">Crane4j</a>、<a href="https://github.com/xiaoymin/knife4j" target="_blank">Knife4j</a>、<a href="https://github.com/dromara/hutool" target="_blank">Hutool</a> 等开源组件作者为国内开源世界作出的贡献
271+
- 感谢 <a href="https://github.com/baomidou/mybatis-plus" target="_blank">MyBatis Plus</a>、<a href="https://github.com/dromara/sa-token" target="_blank">Sa-Token</a> 、<a href="https://github.com/alibaba/jetcache" target="_blank">JetCache</a>、<a href="https://github.com/opengoofy/crane4j" target="_blank">Crane4j</a>、<a href="https://nextdoc4j.top/" target="_blank">NextDoc4j</a>、<a href="https://github.com/dromara/hutool" target="_blank">Hutool</a> 等开源组件作者为国内开源世界作出的贡献
272272
- 感谢 <a href="https://github.com/elunez/eladmin" target="_blank">ELADMIN</a>、<a href="https://github.com/dromara/RuoYi-Vue-Plus" target="_blank">RuoYi-Vue-Plus</a>、<a href="https://gitee.com/herodotus/dante-engine" target="_blank">Dante-Engine</a>,致敬各位作者为开源脚手架领域作出的贡献
273273
- e.g. 起源于 ELADMIN 项目开源的 QueryHelper 组件
274274
- e.g. 扩展于 Dante-Engine 项目封装的 Redisson 相关配置

continew-starter-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>ContiNew Starter BOM</description>
1414

1515
<properties>
16-
<revision>2.15.0-SNAPSHOT</revision>
16+
<revision>2.15.0</revision>
1717
</properties>
1818

1919
<dependencyManagement>

continew-starter-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<!-- Project Version -->
17-
<revision>2.15.0-SNAPSHOT</revision>
17+
<revision>2.15.0</revision>
1818

1919
<!-- Core Framework Versions -->
2020
<spring-boot.version>3.4.10</spring-boot.version>

0 commit comments

Comments
 (0)