Linux VMware 下 Ubuntu Server配置静态IP Ubuntu 版本为 21.10 网络适配器设置为:NAT模式 使用ip a 查看,此时IP为动态获取 查看 netplan配置文件,
Architecture 命令查询职责隔离(CQRS) 我们已经使用了微服务架构模式和每个服务使用一个数据库模式。因此,实现连接来自多个服务的数据的查询不再简单。此外,如果我们使用了事件溯源模式,则不再容易查询数据。
Nginx Nginx 502 connect failed(13: Permission denied) while connecting to upstream Permission denied while connecting to upstream.
SpringBoot CAS 5.3 服务搭建与客户端接入 最近在做中心内部信息化的一些工作,优先级比较高的就是解决单点登录问题。调研了几个单点登录方案后,选用CAS作为单点登录系统。为了方便后续搜索问题解决办法,随大流使用了5.3这个版本。 CAS Enterprise Single Sign-On CAS
SpringBoot Springboot 配置文件解密 写一个工具类 EncryptUtil.java,完成加密解密方法 // 加密 public static String encode(String value){ if(
ReactJS CRUD Application With React and Spring Boot Implement a CRUD application with react and spring-boot.