
spring boot
YangTG5号
基于CSDN恶心程度,无限期停更
展开
-
spring容器重启
点击打开链接 http://www.cnblogs.com/duanxz/p/5074584.html原创 2016-09-06 14:21:26 · 1074 阅读 · 1 评论 -
java-JDBCtemplate
用maven导入jar包 org.springframework spring-web 4.0.2.RELEASE org.springframework spring-webmvc 4.0.2.RELEASE org.springframework原创 2018-01-02 11:08:36 · 391 阅读 · 1 评论 -
logback.xml文件学习(一)
<configuration debug="false" scan="true" scanPeriod="10 seconds"> <!--<include resource="org/springframework/boot/logging/logback/base.xml"/>--> <!--<include resource=...原创 2020-02-17 13:20:35 · 414 阅读 · 1 评论 -
spring boot 将配置文件properties 配置数据序列化对象
背景:将properties 配置的mq信息序列化对象进行链接 ##properties配置文件mq链接信息 consumer.groupName=consumer_group consumer.url=127.0.0.1:9411 consumer.user=root consumer.pwd=1q2w3e4r consumer.clusterName=sitech consumer.te...原创 2020-05-07 13:29:19 · 2068 阅读 · 6 评论 -
spring的RestTemplate请求教程
import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Map.Entry; import org.springframework.http.HttpEntity; import org.springframework.http.HttpHeaders; import o...原创 2019-03-30 00:42:04 · 289 阅读 · 0 评论 -
使用WebClient 发送各种请求
package com.integral.test; import org.springframework.http.HttpStatus; import org.springframework.util.LinkedMultiValueMap; import org.springframework.util.MultiValueMap; import org.springframewor...原创 2019-08-06 16:58:12 · 8107 阅读 · 4 评论 -
SpringBoot启动报错:Cannot instantiate interface org.springframework.context.ApplicationListener.....
springBoot启动报错: Cannot instantiate interface org.springframework.context.ApplicationListener : org.springframework.boot.system.ApplicationPidFileWriter 原因 项目中有两个boot的版本,一个高版本一个低版本,导致冲突. 解决方法......原创 2020-03-12 10:24:55 · 30830 阅读 · 4 评论