上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 72 下一页
摘要: 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 阅读(110) 评论(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 阅读(252) 评论(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) 编辑
摘要: 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 阅读(309) 评论(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 阅读(65) 评论(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 阅读(415) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boo 阅读全文
posted @ 2021-09-05 23:48 tonggc1668 阅读(236) 评论(0) 推荐(0) 编辑
摘要: <!-- docker --> <plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> <version>0.4.13</version> <configuration> <!-- ma 阅读全文
posted @ 2021-09-05 22:12 tonggc1668 阅读(44) 评论(0) 推荐(0) 编辑
摘要: application.properties <spring.version>5.2.5.RELEASE</spring.version> <spring-boot.version>2.2.6.RELEASE</spring-boot.version> <mybatis-spring-boot-st 阅读全文
posted @ 2021-09-05 22:07 tonggc1668 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 72 下一页