随笔分类 -  SpringBoot

SpringBoot学习及碰到的问题
摘要:Angular HttpClient POST 服务器获取不到参数问题 参数是一串json字符串,而不是一个的参数 改前 改后 改前: //调用登录接口 var api = 'http://127.0.0.1/authentication/form'; var dd=this.validateFor 阅读全文
posted @ 2020-12-23 11:16 三瑞 阅读(346) 评论(0) 推荐(0) 编辑
摘要:SpringBoot 读取 resources下的文件报错 cannot be resolved to absolute file path because it does not reside in the file system: jar java.io.FileNotFoundExceptio 阅读全文
posted @ 2020-12-21 20:50 三瑞 阅读(10301) 评论(0) 推荐(0) 编辑
摘要:腾讯短信SDK 引用有时报 java.lang.NoSuchMethodError: org.json.JSONObject.put(Ljava/lang/String;Ljava/util/Collection;)Lorg/json/JSONObject; 发送短信是会在下面红色处报上面的错: S 阅读全文
posted @ 2020-12-19 12:23 三瑞 阅读(1371) 评论(0) 推荐(0) 编辑
摘要:报错: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionExcep 原因:没有安装redis,安装就可以了 阅读全文
posted @ 2020-10-27 20:09 三瑞 阅读(310) 评论(0) 推荐(0) 编辑
摘要:引用:https://www.jianshu.com/p/4c63b095bcb8 IDEA2019下载:https://download.jetbrains.8686c.com/idea/ideaIU-2019.2.4.exe?_ga=2.185157870.670497870.159909736 阅读全文
posted @ 2020-09-22 17:00 三瑞 阅读(371) 评论(0) 推荐(0) 编辑
摘要:一、IDEA中 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apac 阅读全文
posted @ 2020-09-19 09:08 三瑞 阅读(378) 评论(0) 推荐(0) 编辑
摘要:idea 安装: https://www.jianshu.com/p/4c63b095bcb8 插件安装(spring assistant): https://blog.csdn.net/jacksless/article/details/104602391 Plugin "Spring Assis 阅读全文
posted @ 2020-08-13 09:50 三瑞 阅读(256) 评论(0) 推荐(0) 编辑
摘要:复制到文件夹好像不行: eclipse 要复制进去才行 阅读全文
posted @ 2020-07-14 20:53 三瑞 阅读(298) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/gmq-sh/p/6925283.html https://www.cnblogs.com/blacksonny/p/5846411.html 阅读全文
posted @ 2020-07-13 20:58 三瑞 阅读(328) 评论(0) 推荐(0) 编辑
摘要:1、安装Java #进入安装目录 cd /usr/local/soft/java #https://www.oracle.com/java/technologies/downloads/#java8 #wget下载java8 #直接进入官网选择相应的版本进行下载,然后把下载链接复制下来就可以下载了 阅读全文
posted @ 2019-10-31 13:30 三瑞 阅读(523) 评论(0) 推荐(0) 编辑
摘要:例子来源: https://gitee.com/lfalex/spring-boot-example.git spring-boot-mybatis 例子使用 mysql5.1.46 版本; 环境:eclipse+Spring Tools+mysql8.0.13 改变过程填过的坑 1、使用阿里仓库服 阅读全文
posted @ 2018-12-25 15:34 三瑞 阅读(410) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示