zhuangjie
ZhuangJie
08 2021 档案
Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported
摘要:后端接口代码: /** * 根据用户id修改用户信息 */ @PostMapping("/updateUser") public R updateUserById(@RequestBody User user) { log.info("*****************要更新的用户数据:"+user 阅读全文
posted @ 2021-08-30 13:45 zhuangjie 阅读(3186) 评论(0) 推荐(0)
nacos-server配置中心连接数据库失败的解决方法
摘要:博主报的是: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLNonTransientConnec 阅读全文
posted @ 2021-08-29 12:16 zhuangjie 阅读(5460) 评论(0) 推荐(0)
java环境变量配置
摘要:下载 JDK 下载地址:https://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html 点击下载按钮: 开始安装JDK: 可以设置为你想安装的路径。 环境变量配置 1. 打开 环境变量窗口 右键 This 阅读全文
posted @ 2021-08-22 11:30 zhuangjie 阅读(126) 评论(0) 推荐(0)
jenkin 镜像构建错误 INFO: Retrying request to {}->unix://localhost:80 org.apache.maven.plugin.MojoExecutionException: Could not build image
摘要:Aug 03, 2021 1:05:08 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->unix://localhost:80 [WARNING] An attempt failed 阅读全文
posted @ 2021-08-03 16:19 zhuangjie 阅读(2658) 评论(0) 推荐(0)