|好看请赞,养成习惯你有一个思想,我有一个思想,我们交换后,一个人就有两个思想IfyoucanNOTexplainitsimply,youdoNOTunderstanditwellenough现陆续将Demo代码和技术文章整理在一起Github实践精选,方便大家阅读查看,本文同样收录在此,觉得不错,还请Star最近在陆续写Java并发编程系列,好多朋私信问我的不是并发内容本身,而是我的IDEA主题
                            
                            
                                分类:
其他好文   时间:
2020-07-31 12:38:24   
                                阅读次数:
86
                             
                         
                    
                        
                            
                            
                                前言今年主要会做一个比较完整的微服务项目开源出来。目前已经开始了,刚兴趣的先Star一个吧。项目:https://github.com/yinjihuan/kitty-cloud[1]基础框架:https://github.com/yinjihuan/kitty[2]在做的过程中遇到一个问题那就是标题所说的两个框架碰撞了火花。都是S开头的谁都不服谁。问题描述既然使用了Sentinel来限流,那么干
                            
                            
                                分类:
编程语言   时间:
2020-07-31 01:06:19   
                                阅读次数:
88
                             
                         
                    
                        
                            
                            
                                    依赖: <!-- add by john com.alibaba/druid --> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.1.19</version> </depe ...
                            
                            
                                分类:
编程语言   时间:
2020-07-30 14:23:03   
                                阅读次数:
75
                             
                         
                    
                        
                            
                            
                                    1. Swagger <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.6.1</version> </dependency> <dependency ...
                            
                            
                                分类:
其他好文   时间:
2020-07-29 09:58:59   
                                阅读次数:
103
                             
                         
                    
                        
                            
                            
                                    一、Nacos 介绍 Nacos 是 Alibaba 公司推出的开源工具,用于实现分布式系统的服务发现与配置管理。英文全称 Dynamic Naming and Configuration Service,Na 为 Naming/NameServer 即注册中心,co 为 Configuration ...
                            
                            
                                分类:
其他好文   时间:
2020-07-28 22:15:19   
                                阅读次数:
181
                             
                         
                    
                        
                            
                            
                                    Spring Cloud Alibaba 学习记录 - Sentinel ...
                            
                            
                                分类:
编程语言   时间:
2020-07-28 00:13:47   
                                阅读次数:
75
                             
                         
                    
                        
                            
                            
                                    微服务架构技术选型 一、Dubbo 二、Spring Cloud 三、Spring Cloud Alibaba 四、定制开发 参考资料: 阿里P8架构师谈:微服务Dubbo和SpringCloud架构设计、优劣势比较 最新版 Dubbo 和 Spring Cloud 生态对比 SpringCloud ...
                            
                            
                                分类:
其他好文   时间:
2020-07-27 15:56:31   
                                阅读次数:
106
                             
                         
                    
                        
                            
                            
                                    版本: com.alibaba.easyexcel 2.2.0在导入excel中存在数字 123456.65 java 后端用Bigdecimal接收或者String接收 会丢失精度 123456.64328目前还没有找到解决方案。版本: com.alibaba.easyexcel 2.2.6jav ...
                            
                            
                                分类:
其他好文   时间:
2020-07-26 00:00:15   
                                阅读次数:
207
                             
                         
                    
                        
                            
                            
                                过程 1、导入包 <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.1.12</version> </dependency> 2、配置application.yml文件 spri ...
                            
                            
                                分类:
编程语言   时间:
2020-07-25 09:51:17   
                                阅读次数:
66
                             
                         
                    
                        
                            
                            
                                    1、下载https://github.com/alibaba/nacos/releases nacos-server-1.3.1.tar.gz 源码包2、上传到liunx服务器 /usr/local下3、 解压tar -zxvf nacos-server-1.3.1.tar.gz4、进入解压后的na ...
                            
                            
                                分类:
其他好文   时间:
2020-07-24 16:37:28   
                                阅读次数:
89