提交 1a7ac2b7 编写于 作者: 如梦技术's avatar 如梦技术 🐛

📌 发布 2.0.6

上级 a069d18d
......@@ -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
<dependency>
......
......@@ -13,8 +13,9 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<!-- <version>1.5.12.RELEASE</version>-->
<version>2.3.3.RELEASE</version>
<version>1.5.12.RELEASE</version>
<!-- <version>2.3.3.RELEASE</version>-->
<!-- <version>2.4.4</version>-->
<relativePath/> <!-- lookup parent from repository -->
</parent>
......@@ -32,24 +33,14 @@
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-weixin</artifactId>
<version>2.0.5</version>
</dependency>
<!-- redis 存储 weixin,可选依赖 -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-redis</artifactId>
<version>2.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<version>2.0.6</version>
</dependency>
<!-- redis 存储 weixin,可选依赖,对 Spring boot 有版本兼容,需要自行选择合适的版本 -->
<!-- <dependency>-->
<!-- <groupId>net.dreamlu</groupId>-->
<!-- <artifactId>mica-redis</artifactId>-->
<!-- <version>2.4.3-GA</version>-->
<!-- </dependency>-->
</dependencies>
<build>
......
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() {
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册