| | |
| | | YamlProperties.systemType = systemType; |
| | | } |
| | | |
| | | @Value("${custom.face.threshold}") |
| | | /* @Value("${custom.face.threshold}") |
| | | private void setFaceThreshold(Float faceThreshold) { |
| | | YamlProperties.faceThreshold = faceThreshold; |
| | | } |
| | | |
| | | @Value("${custom.message.switch}") |
| | | @Value("${custom.message.switch}") |
| | | private void setMessageSwitch(String messageSwitch) { |
| | | YamlProperties.messageSwitch = messageSwitch; |
| | | } |
| | |
| | | public void setFaceType(Integer faceType) { |
| | | YamlProperties.faceType = faceType; |
| | | } |
| | | |
| | | */ |
| | | @Value("${custom.fontDynamicCode}") |
| | | public void setFontDynamicCodeSwitch(String fontDynamicCodeSwitch) { |
| | | YamlProperties.fontDynamicCodeSwitch = fontDynamicCodeSwitch; |