自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 收藏
  • 关注

转载 Spring boot 静态资源访问

0. 两个配置 spring.mvc.static-path-patternspring.resources.static-locations 1. application中需要先行的两个配置项 1.1 spring.mvc.static-path-pattern 这个配置...

2019-08-19 18:46:00 177

转载 springboot 2.x 里面访问静态资源的坑

在spring boot的自定义配置类继承WebMvcConfigurationSupport 后,发现自动配置的静态资源路径(classpath:/META/resources/,classpath:/resources/,classpath:/static/,classpath:/pub...

2019-08-19 18:44:00 1687

转载 spring boot 字符串 转 Date

package com.moon.demo.common;import org.springframework.core.convert.converter.Converter;import org.springframework.stereotype.Component;...

2019-08-16 14:55:00 457

转载 TestNG-TestListenerAdapter 和 IReporter

https://static.javadoc.io/org.testng/testng/6.13/org/testng/TestListenerAdapter.html TestListenerAdapter一个简单的ITestListener适配器,用于存储所有运行的测试。您可...

2019-08-02 18:55:00 400

转载 RestTemplate 配置连接池

1、添加依赖 <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> ...

2019-07-29 10:53:00 4887

转载 Spring Boot 热部署

1、pom.xml文件增加 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</arti...

2019-07-26 15:33:00 113

转载 SpringBoot的restTemplate整合HttpClient连接池及配置

https://blog.csdn.net/zzzgd_666/article/details/88858181 转载于:https://my.oschina.net/u/3777515/...

2019-07-25 12:24:00 138

转载 spring boot升级到spring cloud

1、先升级spring boot 版本到2.1.3 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-depen...

2019-07-23 18:18:00 1541

转载 单元测试监控

1、配置sonar的url <properties> <sonar.host.url>http://sonar.puhuitech.cn</sonar.host.url> <sonar.language>java</...

2019-07-23 17:46:00 161

转载 Bootstrap 全局样式的文本颜色,背景颜色和按钮颜色

1、文本颜色.text-五种颜色.text-info文本浅蓝颜色-提示.text-warning文本黄色-警告颜色.text-success文本绿色-成功颜色.text-primary文本深蓝色-警告颜色 2、背景颜色.bg-五中颜色.bg-d...

2019-07-19 13:27:00 1668

转载 bootstrap 图标、样式使用说明

1、小图标使用说明 图标说明:http://www.wapadd.cn/icons/awesome/index.htm <i class="fa fa-search"></i>详情<a class="btn btn-warning btn-xs"&g...

2019-07-19 12:08:00 2222

转载 监控系统对比

https://skywalking.apache.org/zh/blog/2019-03-29-introduction-of-skywalking-and-simple-practice.html - Pinpoint - 优势 - 大企业/长时间验证,稳定性和完成度高 ...

2019-07-08 09:58:00 304

转载 Linux 安装 RabbitMQ

0、切到 root用户 sudo su 1 system init yum -y install ncurses ncurses-base ncurses-devel ncurses-libs ncurses-static ncurses-term ocaml-curses ocaml-cu...

2019-06-11 15:52:00 124

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除