From 1a7ac2b789b15bc6aaba9ff8dbc5de40eba002fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Sat, 20 Mar 2021 15:13:18 +0800 Subject: [PATCH] =?UTF-8?q?:pushpin:=20=E5=8F=91=E5=B8=83=202.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++ mica-weixin-demo/pom.xml | 29 +++++++------------ .../example/demo/DemoApplicationTests.java | 16 ---------- 3 files changed, 13 insertions(+), 35 deletions(-) delete mode 100644 mica-weixin-demo/src/test/java/com/example/demo/DemoApplicationTests.java diff --git a/README.md b/README.md index 4655482..a678bee 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ jfinal weixin 的 spring boot starter,这个starter是为了方便boot用户 - `SpringBlade` 完整的线上解决方案(企业开发必备):[https://gitee.com/smallc/SpringBlade](https://gitee.com/smallc/SpringBlade) - `IJPay` 支付SDK让支付触手可及:[https://gitee.com/javen205/IJPay](https://gitee.com/javen205/IJPay) +## 兼容性 +支持 Spring boot 1.x 和 2.x + ## Jar包依赖(最新) ```xml diff --git a/mica-weixin-demo/pom.xml b/mica-weixin-demo/pom.xml index 2a060be..1b803be 100644 --- a/mica-weixin-demo/pom.xml +++ b/mica-weixin-demo/pom.xml @@ -13,8 +13,9 @@ org.springframework.boot spring-boot-starter-parent - - 2.3.3.RELEASE + 1.5.12.RELEASE + + @@ -32,24 +33,14 @@ net.dreamlu mica-weixin - 2.0.5 - - - - net.dreamlu - mica-redis - 2.1.0-GA - - - org.springframework.boot - spring-boot-devtools - true - - - org.springframework.boot - spring-boot-starter-test - test + 2.0.6 + + + + + + diff --git a/mica-weixin-demo/src/test/java/com/example/demo/DemoApplicationTests.java b/mica-weixin-demo/src/test/java/com/example/demo/DemoApplicationTests.java deleted file mode 100644 index b76e7f2..0000000 --- a/mica-weixin-demo/src/test/java/com/example/demo/DemoApplicationTests.java +++ /dev/null @@ -1,16 +0,0 @@ -package com.example.demo; - -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.test.context.junit4.SpringRunner; - -@RunWith(SpringRunner.class) -@SpringBootTest -public class DemoApplicationTests { - - @Test - public void contextLoads() { - } - -} -- GitLab