摘要:
import org.apache.commons.lang3.StringUtils; /** * @author barney.song * Description: No Description */ public class DesensitizationUtils { /** * [中文姓 阅读全文
摘要:
import org.springframework.util.StringUtils; import java.text.SimpleDateFormat; import java.util.Collection; import java.util.regex.Pattern; public cl 阅读全文
摘要:
application.propertieslogging.config=classpath:log4j2.xml logging.file.max-size=50MB logging.level.com.exampl.springkafkademp=debug logging.file.max-h 阅读全文
摘要:
src/main/resources/application.properties ### web server.port=8080 server.servlet.context-path=/xxl-job-admin ### actuator management.server.servlet.c 阅读全文
摘要:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>${maven-war-plugin.version}</version> <configu 阅读全文
摘要:
import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.context 阅读全文
摘要:
import org.springframework.stereotype.Component; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.OutputStream; import 阅读全文