mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-09-14 16:09:10 +00:00
也不导出密码
This commit is contained in:
parent
904b712be2
commit
28d9886c44
@ -85,7 +85,7 @@ public class SysDataSource {
|
||||
/**
|
||||
* 密码
|
||||
*/
|
||||
@Excel(name = "密码", width = 15)
|
||||
// 密码为敏感凭据,不参与Excel导出(同SysUser.password处理),编辑时密码留空表示不修改
|
||||
@Schema(description = "密码")
|
||||
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
|
||||
private java.lang.String dbPassword;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user