摘要:
@Slf4j @Component public class SysUtils { public static Claims getCurrentLoginUser() { HttpServletRequest request = ((ServletRequestAttributes) Reques 阅读全文
摘要:
持续更新中。。。。 ss -tnpl |grep 8080 查看8080端口的进程 (在知道端口的情况下) ps -ef |grep java 在未知道端口的情况下(查看对应jar的pid) listen 表示监听状态,也就是启动状态 slw-temp-backend:容器名 docker ps - 阅读全文
摘要:
HttpHeaders headers = new HttpHeaders();headers.set("Accept", "application/json");HttpEntity<String> requestEntity = new HttpEntity<>(null, headers);R 阅读全文