chore: continew-starter 1.4.1-SNAPSHOT => 1.5.0-SNAPSHOT

1.适配 ContiNew Starter IService 包结构优化
2.解决部分冲突
This commit is contained in:
2024-02-21 22:34:11 +08:00
parent 976e9c43df
commit 17fc5266ff
16 changed files with 37 additions and 23 deletions

View File

@@ -13,7 +13,7 @@
<img src="https://sonarcloud.io/api/project_badges/measure?project=Charles7c_continew-admin&metric=alert_status" alt="Sonar Status" />
</a>
<a href="https://github.com/Charles7c/continew-starter" target="_blank">
<img src="https://img.shields.io/badge/ContiNew Starter-1.4.1-%236CB52D.svg" alt="ContiNew Starter" />
<img src="https://img.shields.io/badge/ContiNew Starter-1.5.0-%236CB52D.svg" alt="ContiNew Starter" />
</a>
<a href="https://spring.io/projects/spring-boot" target="_blank">
<img src="https://img.shields.io/badge/Spring Boot-3.1.8-%236CB52D.svg?logo=Spring-Boot" alt="Spring Boot" />
@@ -231,7 +231,7 @@ git clone https://github.com/Charles7c/continew-admin.git
| 名称 | 版本 | 简介 |
| :----------------------------------------------------------- |:-------------| :----------------------------------------------------------- |
| [ContiNew Starter](https://github.com/Charles7c/continew-starter) | 1.4.1-SNAPSHOT | ContiNew Starter 包含了一系列经过企业实践优化的依赖包(如 MyBatis-Plus、SaToken可轻松集成到应用中为开发人员减少手动引入依赖及配置的麻烦为 Spring Boot Web 项目的灵活快速构建提供支持。 |
| [ContiNew Starter](https://github.com/Charles7c/continew-starter) | 1.5.0-SNAPSHOT | ContiNew Starter 包含了一系列经过企业实践优化的依赖包(如 MyBatis-Plus、SaToken可轻松集成到应用中为开发人员减少手动引入依赖及配置的麻烦为 Spring Boot Web 项目的灵活快速构建提供支持。 |
| <a href="https://spring.io/projects/spring-boot" target="_blank">Spring Boot</a> | 3.1.8 | 简化 Spring 应用的初始搭建和开发过程基于“约定优于配置”的理念使开发人员不再需要定义样板化的配置。Spring Boot 3.0 开始,要求 Java 17 作为最低版本) |
| <a href="https://undertow.io/" target="_blank">Undertow</a> | 2.3.10.Final | 采用 Java 开发的灵活的高性能 Web 服务器,提供包括阻塞和基于 NIO 的非堵塞机制。 |
| <a href="https://sa-token.dev33.cn/" target="_blank">Sa-Token + JWT</a> | 1.37.0 | 轻量级 Java 权限认证框架,让鉴权变得简单、优雅。 |
@@ -280,6 +280,9 @@ continew-admin
│ │ │ │ ├─ application-prod.yml生产环境配置文件
│ │ │ │ └─ application.yml通用配置文件
│ │ │ ├─ db/changelogLiquibase 数据脚本配置目录)
│ │ │ │ ├─ mysqlMySQL 数据库初始 SQL 脚本目录)
│ │ │ │ ├─ postgresqlPostgreSQL 数据库初始 SQL 脚本目录)
│ │ │ │ └─ db.changelog-master.yamlLiquibase 变更记录文件)
│ │ │ ├─ templates模板配置目录例如邮件模板
│ │ │ ├─ banner.txtBanner 配置文件)
│ │ │ └─ logback-spring.xml日志配置文件