Stella981 Stella981
3年前
Hibernate Validator 手动发起验证
在SpringBoot开发web项目的时候,表单参数验证,常用 HibernateValidator需要在参数类的属性上添加注解@NotNull(https://my.oschina.net/notnull),@Max(https://my.oschina.net/maxttyl),@Min(https://my.osc
Stella981 Stella981
3年前
Spring Cloud Config Server迁移节点或容器化带来的问题 原因,解决
版本springboot2.0.1.RELEASEspringcloudFinchley.RC1问题看程序猿dd的博客http://blog.didispace.com/SpringCloudConfigServeripchangeproblem/(https://www.oschina.n
Stella981 Stella981
3年前
Docker部署SpringBoot项目
SpringBoot项目代码首先构建一个简单的SpringBoot项目,然后给项目添加Docker支持,最后对项目进行部署。在pom.xml中添加SpringBoot依赖,并添加Web支持。<parent<groupIdorg.springfr
Stella981 Stella981
3年前
Arthas 内存说明
1.本地启动后web端访问http://127.0.0.1:3658/2.内存说明dashboard!(https://oscimg.oschina.net/oscnet/up66b8601dfc45922a1781ebe45058e5dfe02.png)heap堆大小ede
Stella981 Stella981
3年前
CentOS7中docker的安装、启动及MYSQL容器的安装和启动
1、卸载旧版本的dockeryumremovedockerdockerclientdockerclientlatestdockercommondockerlatestdockerlatestlogrotatedockerlogrotatedockerselinuxdockerengineselinu
Stella981 Stella981
3年前
Docker+Kubernetes(k8s)微服务容器化实战视频教程
第1章初识微服务微服务的入门,我们从传统的单体架构入手,看看在什么样的环境和需求下一步步走到微服务的,然后再具体了解一下什么才是微服务,让大家对微服务的概念有深入的理解。然后我们一起画一个微服务的架构图,再从架构上去分析微服务架构的优势和不足。...第2章微服务带来的问题及解决方案分析通过传统服务与微服务对比的方式去学习,
Stella981 Stella981
3年前
SonarQube规则之漏洞类型
漏洞类型:1、"@RequestMapping"methodsshouldbe"public"漏洞阻断标注了RequestMapping是controller是处理web请求。既使方法修饰为private,同样也能被外部调用,因为spring通过反射调用方法,没有检查方法可视度,2、
Wesley13 Wesley13
3年前
MySQL5.7版本64位下载及安装详细教程
MySQL教程!在这里插入图片描述(https://imgblog.csdnimg.cn/20201004163131320.jpgpic_center)简介MySQL是最流行的关系型数据库管理系统,在WEB应用方面MySQL是最好的RDBMS(RelationalDatabaseMa
Stella981 Stella981
3年前
Spring IOC 容器源码分析——一篇文章读懂Spring5.x
Spring设计的初衷Spring则立志于全方面的简化Java开发。对此,她主要采取了4个关键策略: 1、基于POJO的轻量级和最小侵入性编程;2、通过依赖注入和面向接口松耦合;3、基于切面和惯性进行声明式编程;4、通过切面和模板减少样板式代码; 而他主要是通
玩转云端 | 提升边缘应用交付效率,天翼云Serverless边缘容器有妙招
随着5G、物联网时代的到来,智能终端设备数量急剧增加,云计算能力不断向边缘侧、设备侧下沉,与此同时,针对边缘计算应用的高效、敏捷交付需求也随之产生。Serverless作为一种构建和管理基于微服务架构的技术,可实现部署应用无需涉及基础设施建设,自动