@Component @ConfigurationProperties(prefix="spring.encrypt.fake") public class FakeEncryptProperties extends Object
Description:
FakeEncryptProperties()
String
getSecret()
boolean
isEnabled()
void
setEnabled(boolean enabled)
setSecret(String secret)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FakeEncryptProperties()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getSecret()
public void setSecret(String secret)
Copyright © 2021. All rights reserved.