
SpringBoot
文章平均质量分 54
两手空空!
持续学习中,持续更新中
展开
-
微信支付二
提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档前言提示:这里可以添加本文要记录的大概内容:例如:随着人工智能的不断发展,机器学习这门技术也越来越重要,很多人都开启了学习机器学习,本文就介绍了机器学习的基础内容。配置文件MyBatisPlusConfigpackage weixinpay.pay.config;import org.mybatis.spring.annotation.MapperScan;import org.spring.原创 2022-05-22 16:33:17 · 1608 阅读 · 1 评论 -
微信在线支付项目一
由于微信在线支付内容过多我把它分为两部分,重点内容在微信支付二原创 2022-05-22 16:00:30 · 608 阅读 · 0 评论 -
微信支付之接收响应和返回应答
一、 先启动ngrok把这个地址复制到这里通知地址NATIVE_NOTIFY("/api/wx-pay/native/notify")("/native/notify")+刚刚复制的外网地址就是微信通知地址了然后写应答对象,通知参数,应答状态代码如下 @PostMapping("/native/notify") public String nativeNotify(HttpServletResponse response , Ht...原创 2022-05-21 15:49:25 · 1964 阅读 · 0 评论 -
java.security.InvalidKeyException: Illegal key size
java.security.InvalidKeyException: Illegal key size原创 2022-05-19 19:59:14 · 190 阅读 · 0 评论 -
微信支付之 生成元数据信息
前言生成元数据信息更方便我们编程1、2 、3、4、5、6、导入依赖<!-- 生成自定义配置元数据信息--><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifac...原创 2022-05-18 16:30:18 · 252 阅读 · 0 评论 -
Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource could
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could Reason: Failed to determine a suitable driver classAction:Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it o原创 2022-05-18 15:03:02 · 1401 阅读 · 0 评论 -
This application has no explicit mapping for /error, so you are seeing this as a fallback
This application has no explicit mapping for /error, so you are seeing this as a fallback原创 2022-05-16 18:05:22 · 227 阅读 · 0 评论 -
Error creating bean with name ‘userController‘: Unsatisfied dependency expressed through field #####
Error creating bean with name 'userController': Unsatisfied dependency expressed through field 'userService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userServiceImpl': Unsatisfied原创 2022-05-16 17:40:39 · 3006 阅读 · 0 评论 -
springboot 电商项目
前言使用工具idea编写接口 使用postman进行调试工作此项目 运用技术 mys...原创 2022-05-15 15:28:58 · 638 阅读 · 0 评论