mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-12-25 10:57:15 +08:00
优化:引入 spotless 插件(代码等格式化插件),已对现有代码执行了格式优化(mvn spotless:apply)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# ContiNew-Admin 中后台管理框架
|
||||
|
||||
[](https://github.com/Charles7c/continew-admin/blob/dev/LICENSE)
|
||||

|
||||
[](https://github.com/Charles7c/continew-admin/blob/dev/LICENSE)
|
||||
|
||||
### 简介
|
||||
|
||||
@@ -10,7 +10,7 @@ ContiNew-Admin (incubating) 中后台管理框架,Continue New Admin,持续
|
||||
### 技术栈
|
||||
|
||||
| 名称 | 版本 | 简介 |
|
||||
| ----------------------------------------------------- | ------------ | ------------------------------------------------------------ |
|
||||
| :---------------------------------------------------- | :----------- | :----------------------------------------------------------- |
|
||||
| [Spring Boot](https://spring.io/projects/spring-boot) | 2.7.6 | 简化新 Spring 应用的初始搭建以及开发过程。 |
|
||||
| [Undertow](https://undertow.io/) | 2.2.20.Final | 采用 Java 开发的灵活的高性能 Web 服务器,提供包括阻塞和基于 NIO 的非堵塞机制。 |
|
||||
| [Lombok](https://projectlombok.org/) | 1.18.24 | 在 Java 开发过程中用注解的方式,简化了 JavaBean 的编写,避免了冗余和样板式代码,让编写的类更加简洁。 |
|
||||
@@ -18,5 +18,5 @@ ContiNew-Admin (incubating) 中后台管理框架,Continue New Admin,持续
|
||||
|
||||
### License
|
||||
|
||||
- 遵循 [MIT](https://github.com/Charles7c/continew-admin/blob/dev/LICENSE) 开源许可协议
|
||||
- 遵循 [Apache-2.0](https://github.com/Charles7c/continew-admin/blob/dev/LICENSE) 开源许可协议
|
||||
- Copyright © 2022-present Charles7c
|
||||
Reference in New Issue
Block a user