spring boot
YangTG5号
基于CSDN恶心程度,无限期停更
展开
-
spring容器重启
点击打开链接http://www.cnblogs.com/duanxz/p/5074584.html原创 2016-09-06 14:21:26 · 1054 阅读 · 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 · 358 阅读 · 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 · 388 阅读 · 1 评论 -
spring boot 将配置文件properties 配置数据序列化对象
背景:将properties 配置的mq信息序列化对象进行链接##properties配置文件mq链接信息consumer.groupName=consumer_groupconsumer.url=127.0.0.1:9411consumer.user=rootconsumer.pwd=1q2w3e4rconsumer.clusterName=sitechconsumer.te...原创 2020-05-07 13:29:19 · 2011 阅读 · 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 · 265 阅读 · 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 · 7938 阅读 · 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 · 30557 阅读 · 4 评论