From af351e04b9ea9fc8f81f8a9d89f9df05e29d8201 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Tue, 5 Dec 2023 20:57:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 77 ++++++++++++++++++--------- continew-starter-dependencies/pom.xml | 2 +- 2 files changed, 52 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 21f9f1df..907d4901 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ License -Release +Release GitHub stars @@ -48,8 +48,8 @@ ContiNew Starter 就是将脚手架项目中的通用基础配置进行了封装 ## 项目源码 -| 开源平台 | 源码地址 | -| ------------- | ------------------------------------------- | +| 开源平台 | 源码地址 | +| :------------ | :-------------------------------------------- | | GitHub | https://github.com/Charles7c/continew-starter | | Gitee(码云) | https://gitee.com/Charles7c/continew-starter | @@ -63,7 +63,7 @@ ContiNew Starter 就是将脚手架项目中的通用基础配置进行了封装 top.charles7c.continew continew-starter - 1.0.0 + {latest-version} ``` @@ -83,7 +83,7 @@ ContiNew Starter 就是将脚手架项目中的通用基础配置进行了封装 top.charles7c.continew continew-starter-dependencies - 1.0.0 + {latest-version} pom import @@ -121,6 +121,31 @@ cors: exposed-headers: '*' ``` +
+ 抢先体验快照(SNAPSHOT)版本💡 + +> **注意:** 快照版本目前处于开发测试阶段,其中很多特性或改动尚不稳定,可能会因为修复或优化而频繁调整。因此,仅可用于体验,切勿用于生产环境! + +1.在项目 pom.xml 中配置 SNAPSHOT(快照)仓库地址(如果你已配有其他仓库地址,追加下方快照仓库地址即可) + +```xml + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + always + true + + + +``` + +2.将 ContiNew Starter 版本改为对应快照版本,例如:1.0.1-SNAPSHOT + +
+ ## 模块结构 | 模块名称 | 模块说明 | 依赖版本 | @@ -140,6 +165,10 @@ cors: ![模块依赖图](.image/模块依赖图.png) +## 谁在使用? + +- ✨[ContiNew Admin](https://github.com/Charles7c/continew-admin):ContiNew Admin (Continue New Admin)中后台管理框架/脚手架,持续以最新流行技术栈构建,拥抱变化,迭代优化。依托开源协作模式,提升技术透明度、放大集体智慧、共创优秀实践,源源不断地为企业级项目开发提供助力。当前采用的技术栈:Spring Boot3(Java17)、Vue3 & Arco Design、Sa-Token、MyBatis Plus、Redisson、Liquibase、JustAuth、Easy Excel、Hutool、TypeScript、Vite4 等。 + ## 贡献代码 ### 分支说明 @@ -171,9 +200,24 @@ ContiNew Starter 的分支目前分为下个大版本的开发分支和上个大 > 2. 在提交代码前,请按照 [Angular 提交规范](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular) 编写 commit 的 message(建议在 IntelliJ IDEA 中下载并安装 Git Commit Template 插件,以便按照规范进行 commit) > 3. 提交代码之前,请关闭所有代码窗口,执行 mvn compile 命令,编译通过后,不要再打开查看任何代码窗口,直接提交即可 -## 谁在使用? +## 反馈交流 -- ✨[ContiNew Admin](https://github.com/Charles7c/continew-admin):ContiNew Admin (Continue New Admin)中后台管理框架/脚手架,持续以最新流行技术栈构建,拥抱变化,迭代优化。依托开源协作模式,提升技术透明度、放大集体智慧、共创优秀实践,源源不断地为企业级项目开发提供助力。当前采用的技术栈:Spring Boot3(Java17)、Vue3 & Arco Design、Sa-Token、MyBatis Plus、Redisson、Liquibase、JustAuth、Easy Excel、Hutool、TypeScript、Vite4 等。 +💬 欢迎各位小伙伴儿扫描下方二维码加好友,备注 `cnadmin`,拉你进群,探讨技术、提提需求~ + +加入交流群后,你将会: + +- 第一时间收到框架动态 +- 第一时间收到框架更新通知 +- 第一时间收到框架 Bug 通知 +- 和众多大佬互相 (huá shuǐ) 交流 (mō yú) + +
+ 二维码 +
+
+无加群意愿 +💬 如无加群意愿,欢迎在 Issues 中反馈交流~ 🍻 +
## 鸣谢 @@ -195,25 +239,6 @@ ContiNew Starter 的分支目前分为下个大版本的开发分支和上个大 - e.g. 使用 Dante-Engine 项目封装的 Redisson 相关配置 - 感谢项目使用或未使用到的每一款开源组件,致敬各位开源先驱 :fire: -## 反馈交流 - -💬 欢迎各位小伙伴儿扫描下方二维码加好友,备注 `cnadmin`,拉你进群,探讨技术、提提需求~ - -加入交流群后,你将会: - -- 第一时间收到框架动态 -- 第一时间收到框架更新通知 -- 第一时间收到框架 Bug 通知 -- 和众多大佬互相 (huá shuǐ) 交流 (mō yú) - -
- 二维码 -
-
-无加群意愿 -💬 如无加群意愿,欢迎在 Issues 中反馈交流~ 🍻 -
- ## License - 遵循 LGPL-3.0 开源许可协议 diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index 9599c798..691e9909 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -54,7 +54,7 @@ - 1.0.0 + 1.0.1-SNAPSHOT 1.16.5 1.37.0 3.5.4.1