摘要:
1、登陆微信公众平台测试号 2、扫码关注 3、新建模版 参数需以{{开头,以.DATA}}结尾 ,ex:{{msg.DATA}},代码里面替换就可以了 templateMessage.addData(new WxMpTemplateData("msg","测试测试","#FF69B4")); 4、导 阅读全文
摘要:
1、父工程pom文件 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta 阅读全文
摘要:
1、引入依赖 spring-boot版本2.7.3,如未特殊说明版本默认使用此版本 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactI 阅读全文