captcha separate

This commit is contained in:
MaxKey
2021-11-14 13:25:27 +08:00
parent 5cbc8049dc
commit 962c50d083
4 changed files with 58 additions and 20 deletions

View File

@@ -18,9 +18,6 @@
package org.maxkey.constants;
public class ConstantsProperties {
public static final String kaptchaPropertySource =
"classpath:/kaptcha.properties";
public static String classPathResource(String propertySource) {
return propertySource.replaceAll("classpath:","");