Wesley13 Wesley13
3年前
SAAS微服务脚手架推荐
!(https://oscimg.oschina.net/oscnet/cf1535168df593b1498718adcb7fe77dd04.png)基于SpringCloud(Hoxton.SR3)SpringBoot(2.2.6.RELEASE)的SaaS微服务脚手架,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源
Easter79 Easter79
3年前
springboot+session(redis)(另附上:ip地址无法访问Redis)
springboot的版本:<version2.1.6.RELEASE</version搭建springboot框架涉及到session管理,交给springboot框架管理,同时为了以后分布式或集群等的扩展,故将session存储到Redis数据库中。理解::session交给spring管理,spring将session信息存储到
Stella981 Stella981
3年前
SpringBoot2.3.3稳定版发布!修复了18个Bug
8月13日,SpringBoot悄悄的升级了一个新的版本,2.3.3.RELEASE正式对外提供了。!SpringBoot2.3.3稳定版发布!修复了18个Bug(https://static.oschina.net/uploads/img/202009/03205839_wD2E.jpg)在maven仓库中,已经支持对2.3.3.RELEAS
Stella981 Stella981
3年前
Feign2.0用Apache的Httpclient发送请求并配置连接池
主要是针对SpringCloud新出的版本(CloudFinchley.RC2与Springboot2.0.2.RELEASE),一些新的改动,与在使用中遇见的一些问题,踩过的坑,希望后面的人就不用踩了。服务注入到Eureka需要的MAVEN配置<dependency<groupId
Stella981 Stella981
3年前
Apache Hudi每周社区动态更新(2020.03.08
2020.03.08~2020.03.15ApacheHudi社区更新,包括开发、特性、缺陷修复及测试方面内容。开发\Release\0.5.2incubatingrc1已经释出并且已经完成了dev@邮件列表的投票,有望最近正式释出新版本\1\\Metrics\关于将Hudimetrics相关的代码移动hu
Stella981 Stella981
3年前
Spring Boot整合Scheduled定时任务器、整合Quartz定时任务框架
首先说明一下,这里使用的是Springboot2.2.6.RELEASE版本,由于Springboot迭代很快,所以要注意版本问题。1、Scheduled定时任务器:是Spring3.0以后自带的一个定时任务器。1<?xmlversion"1.0"encoding"UTF8"?2<projectxmlns"h
Stella981 Stella981
3年前
Spring Boot 2.3.3 稳定版发布!修复了这18个Bug!!
!(https://oscimg.oschina.net/oscnet/fdf5a65f0bd24849833e6c33c43959c1.jpg)8月13日,SpringBoot悄悄的升级了一个新的版本,2.3.3.RELEASE正式对外提供了。!(https://oscimg.oschina.net/oscnet/54418643
Easter79 Easter79
3年前
SpringBoot2.x入门:引入web模块
前提这篇文章是《SpringBoot2.x入门》专辑的第3篇文章,使用的SpringBoot版本为2.3.1.RELEASE,JDK版本为1.8。主要介绍SpringBoot的web模块引入,会相对详细地分析不同的Servlet容器(如Tomcat、Jetty等)的切换,以及该模块提供的Spring
Stella981 Stella981
3年前
CentOS7下简单几步操作自建DNS(使用coredns快速搭建简单dns服务器)
本文介绍了如何使用CoreDNS快速搭建一个简单DNS服务器,从而对CoreDNS有一个初步的认识。1、下载coredns通过coredns的github,下载coredns。coredns的release版本地址:https://github.com/coredns/coredns/releases(https://www.oschina.ne
Wesley13 Wesley13
3年前
Notepad++中Windows,Unix,Mac三种格式之间的转换
http://www.crifan.com/files/doc/docbook/rec\_soft\_npp/release/htmls/npp\_func\_windows\_unix\_mac.html由于历史原因,导致Windows,Unix/Linux,Mac三者之间,对于文件中所用回车换行符,表示的方法,都不一样。这就导致了很多