上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 72 下一页
摘要: 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 阅读(58) 评论(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 阅读(1841) 评论(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 阅读(142) 评论(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 阅读(69) 评论(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 阅读(270) 评论(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 阅读(39) 评论(0) 推荐(0)
摘要: import com.alibaba.druid.pool.DruidDataSource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory 阅读全文
posted @ 2021-09-05 23:58 tonggc1668 阅读(323) 评论(0) 推荐(0)
摘要: import lombok.Data; import lombok.extern.slf4j.Slf4j; import org.apache.kafka.clients.producer.ProducerConfig; import org.springframework.beans.factor 阅读全文
posted @ 2021-09-05 23:55 tonggc1668 阅读(76) 评论(0) 推荐(0)
摘要: import org.apache.http.client.HttpClient; import org.apache.http.client.config.RequestConfig; import org.apache.http.config.Registry; import org.apach 阅读全文
posted @ 2021-09-05 23:53 tonggc1668 阅读(443) 评论(0) 推荐(0)
摘要: import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boo 阅读全文
posted @ 2021-09-05 23:48 tonggc1668 阅读(349) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 72 下一页