generated from mingliqiye/lib-tem
All checks were successful
Gitea Actions Build / Build (push) Successful in 51s
- 新增 AesUtils 类,提供 AES/GCM 模式的加密解密方法- 更新 .prettierrc配置,将 useTabs 设置为 true - 重构 Base64Utils 和 Collection 类的代码结构- 简化 ComponentBean 注解定义
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"plugins": [
|
|
"prettier-plugin-java"
|
|
],
|
|
"tabWidth": 4,
|
|
"useTabs": true
|
|
}
|