mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-07 02:57:13 +08:00
style: 优化部分代码格式
1.部分方法返回调整为内联 2.已抽取 ExcelBaseEnumConverter 至 ContiNew Starter CRUD 模块 3.移除无用类 UpdateStatusReq
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
\____|\___/ |_| |_| \__||_||_| \_| \___| \_/\_/ /_/ \_\\__,_||_| |_| |_||_||_| |_|
|
||||
|
||||
:: ${project.name} :: v${project.version}
|
||||
:: ContiNew Starter :: v1.1.0-SNAPSHOT
|
||||
:: ContiNew Starter :: v1.2.0-SNAPSHOT
|
||||
:: Spring Boot :: v${spring-boot.version}
|
||||
|
||||
@@ -87,12 +87,12 @@ spring.cache:
|
||||
|
||||
--- ### 验证码配置
|
||||
continew-starter.captcha:
|
||||
# 行为验证码
|
||||
## 行为验证码
|
||||
behavior:
|
||||
enabled: true
|
||||
cache-type: REDIS
|
||||
water-mark: ${project.app-name}
|
||||
# 图形验证码
|
||||
## 图形验证码
|
||||
graphic:
|
||||
enabled: true
|
||||
# 类型
|
||||
|
||||
Reference in New Issue
Block a user