src/main/java/com/whyc/constant/YamlProperties.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/constant/YamlProperties.java
@@ -67,7 +67,7 @@ YamlProperties.systemType = systemType; } @Value("${custom.face.threshold}") /* @Value("${custom.face.threshold}") private void setFaceThreshold(Float faceThreshold) { YamlProperties.faceThreshold = faceThreshold; } @@ -141,7 +141,7 @@ public void setFaceType(Integer faceType) { YamlProperties.faceType = faceType; } */ @Value("${custom.fontDynamicCode}") public void setFontDynamicCodeSwitch(String fontDynamicCodeSwitch) { YamlProperties.fontDynamicCodeSwitch = fontDynamicCodeSwitch;