- 博客(16)
- 收藏
- 关注
原创 缓存的CachePut 冲突 Cacheable
CachePut 跟 Cacheable放在一起, Cacheable的效果就跟 CachePut 一样的,每次都会去查数据库,虽然有缓存。 /** * * @param id * @return */ @Caching( put = { @CachePut(key = "T(cn.a.b.constant.RedisKey).OPEN_MEDIUM_INFO +...
2020-04-28 12:48:05
675
原创 The Hystrix timeout of 90001ms for the command service-w is set lower than the combination of t
The Hystrix timeout of 90001ms for the command service-w is set lower than the combination of the Ribbon read and connect timeout, 1080054ms.
2020-04-13 11:09:43
1429
原创 Failed to determine a suitable driver class
springboot 2.x "H:\Program Files\Java\jdk1.8.0_181\bin\java.exe" -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspr...
2020-04-02 14:26:47
1259
原创 Edgware 升级到 Finchley.SR4
升级前 升级后 spring-cloud-dependencies Edgware.SR6 Finchley.SR4 spring-boot-starter-parent 1.5.22.RELEASE 2.0.9.RELEASE ...
2020-03-31 16:23:44
391
原创 jenkins 安装
trilead-api jdk-tool plain-credentials workflow-suport workflow-durable-task-step ws-cleanup jquery-detached workflow-cps workflow-job workflow-basic-steps gradle pipeline-input-step ...
2020-03-26 08:51:49
412
转载 在使用 Spring Boot 和 MyBatis 动态切换数据源时遇到的问题以及解决方法
相关项目地址:https://github.com/helloworlde/SpringBoot-DynamicDataSource 1. org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 在使用了动态数据源后遇到了该问题,从错误信息来看是因为没有找到*.xml文件而导致的,...
2020-03-26 08:08:53
842
1
原创 win7 virtualbox centos ssh
在win7 中装了docker, 想通过ssh 远程连接过过去。 默认的会有一个系统 用户名docker 密码tcuser C:\Users\Administrator.USER-20191019NJ>docker-machine ls NAME ACTIVE DRIVER STATE URL SWA...
2020-03-21 16:06:54
395
原创 事件捕获与冒泡顺序
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Vue 测试实例 - 菜鸟教程(runoob.com)</title> <script src="https://cdn.staticfile.org/vue/2.2.2/vu...
2020-01-31 16:30:22
535
原创 xmall elasticsearch 7.5
官网下载elasticsearch7.5解压后双击就能启动 修改配置elasticsearch config 添加如下配置 http.cors.enabled: true http.cors.allow-origin: "*" 重启es Ik中文分词插件 https://github.com/medcl/elasticsearch-analysis-ik Release下...
2019-12-19 09:43:14
170
转载 springclound 微服务实战hystrix
Hystrix请求命令 HystrixCommand、HystrixObservableCommand Hystrix有两个请求命令 HystrixCommand、HystrixObservableCommand。 HystrixCommand用在依赖服务返回单个操作结果的时候。又两种执行方式 -execute():同步执行。从依赖的服务返回一个单一的结果对象,或是在发生错误的时...
2019-11-05 16:14:36
144
转载 springcloud微服务实战eureka 密码认证
添加依赖包 <!--加入服务认证(密码),需要引入security--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </d...
2019-11-04 15:32:40
437
原创 Spring Clound Eureka
application-peer1.properties server.port=1111 management.endpoints.web.exposure.include=* management.endpoint.health.show-details=always spring.application.name=eureka-server info.app.name=spring...
2019-11-01 17:53:39
169
转载 初识actuator
springboot2.0配置 #actuator端口 management.server.port=9001 #修改访问路径 2.0之前默认是/ 2.0默认是 /actuator 可以通过这个属性值修改 management.endpoints.web.base-path=/monitor #开放所有页面节点 默认只开启了health、info两个节点 management....
2019-11-01 08:32:18
316
原创 springClound微服务实战(第二章)Restful
用springboot 2.2生成生成的代码pom.xml 默认去除org.junit.vintage导致@before注解找不到 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-...
2019-11-01 08:19:34
235
原创 阿里云服务器https
tomcat 8.5 <Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="150" SSLEnabled="true"> <SSLHostConfig> <Certific...
2019-10-31 16:47:58
318
原创 power designer 导出excel
'****************************************************************************** '* File: pdm2excel.txt '* Title: pdm export to excel '* Purpose: To export the tables and columns to Excel ...
2019-10-10 14:23:42
567
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅