摘要: import org.apache.commons.lang3.StringUtils; /** * @author barney.song * Description: No Description */ public class DesensitizationUtils { /** * [中文姓 阅读全文
posted @ 2021-09-06 13:21 tonggc1668 阅读(30) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.util.StringUtils; import java.text.SimpleDateFormat; import java.util.Collection; import java.util.regex.Pattern; public cl 阅读全文
posted @ 2021-09-06 13:18 tonggc1668 阅读(38) 评论(0) 推荐(0) 编辑
摘要: application.propertieslogging.config=classpath:log4j2.xml logging.file.max-size=50MB logging.level.com.exampl.springkafkademp=debug logging.file.max-h 阅读全文
posted @ 2021-09-06 10:56 tonggc1668 阅读(1797) 评论(0) 推荐(0) 编辑
摘要: src/main/resources/application.properties ### web server.port=8080 server.servlet.context-path=/xxl-job-admin ### actuator management.server.servlet.c 阅读全文
posted @ 2021-09-06 09:54 tonggc1668 阅读(104) 评论(0) 推荐(0) 编辑
摘要: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>${maven-war-plugin.version}</version> <configu 阅读全文
posted @ 2021-09-06 00:15 tonggc1668 阅读(57) 评论(0) 推荐(0) 编辑
摘要: import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.context 阅读全文
posted @ 2021-09-06 00:12 tonggc1668 阅读(249) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.stereotype.Component; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.OutputStream; import 阅读全文
posted @ 2021-09-06 00:05 tonggc1668 阅读(33) 评论(0) 推荐(0) 编辑