基于SpringBoot构建微信扫码实例

基于SpringBoot构建微信扫码实例

我们新建一个SpringBoot项目 引入web thymeleaf依赖;

以及pom.xml额外加两个依赖

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
    <version>4.5.6</version>
</dependency>
 
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>1.2.40</version>
</dependency>

httpclient是Http工具框架,主要是发送请求微信接口,以及处理接口信息返回;

fastjson是处理json的。

然后我们resources下,放下微信参数配置文件:
在这里插入图片描述
weixinconnectconfig.properties

分别是:appid,appsecret,redirect_uri;

application.yml简单配置:
在这里插入图片描述然后我们写个模版index.html
 

<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
    <meta charset="UTF-8"
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值