logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

面试题 微服务相关 SpringCloud Alibaba

Spring Cloud Alibaba 与微服务架构是一种分布式架构,它将复杂的应用系统拆分成若干可独立部署、可重复使用的微服务,以实现模块化,可靠性,可部署性的服务架构。Spring Cloud Alibaba 集成了阿里巴巴各大中间件团队的高可用、稳定、高性能、低成本的服务访问能力,并支持若干服务的可靠性,可运行性的实现,这些有助于降低企业架构的复杂度,提升多维度的性能。

#spring cloud
nginx

查看并杀掉Windows进程netstat -ano|findstr 80tasklist /fi “imagename eq nginx.exe”taskkill /f /t /im nginx.exetaskkill/f /pid 8001netstat查看进程端口netstat -ano|findstr 8080 或 netstat -ano|findstr 0.0.0.0:...

#nginx
SpringBoot 集成阿里云SMS短信发送验证码

Spring boot 集成阿里云sms短信发送验证码https://help.aliyun.com/document_detail/55284.html?spm=a2c4g.11174283.4.4.ynz4a6

#spring boot#阿里云#java
docker 手动制作nginx镜像

docker run -d centos/nginx-18-centos7 /bin/bash

#docker#nginx
Spring Security(二)自定义用户名密码认证

SpringBoot整合Spring Security实现ajax登录

#spring boot
    共 23 条
  • 1
  • 2
  • 3
  • 请选择