Skip to content

Commit

Permalink
incompatible content position
Browse files Browse the repository at this point in the history
  • Loading branch information
DQinYuan committed Sep 9, 2023
1 parent efbd203 commit e6b63ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![Join the chat at https://gitter.im/QLExpress/Lobby](https://badges.gitter.im/QLExpress/Lobby.svg)](https://gitter.im/QLExpress/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

<FONT COLOR='red'>关注不兼容版本</FONT>[跳转查看](VERSIONS.md)

# 一、背景介绍

由阿里的电商业务规则、表达式(布尔组合)、特殊数学公式计算(高精度)、语法分析、脚本二次定制等强需求而设计的一门动态脚本引擎解析工具。
Expand All @@ -26,6 +24,8 @@ QLExpress脚本引擎被广泛应用在阿里的电商业务场景,具有以
</dependency>
```

版本兼容性: [跳转查看](VERSIONS.md)

```java
ExpressRunner runner = new ExpressRunner();
DefaultContext<String, Object> context = new DefaultContext<String, Object>();
Expand Down

0 comments on commit e6b63ab

Please sign in to comment.