1、新增Bean Searcher检索依赖
This commit is contained in:
parent
af92ad23c2
commit
290a873c54
1
pom.xml
1
pom.xml
|
|
@ -48,6 +48,7 @@
|
|||
<mybatisplus.version>3.4.3.4</mybatisplus.version>
|
||||
<commonsNet.version>3.6</commonsNet.version>
|
||||
<aliyunoss.version>3.14.0</aliyunoss.version>
|
||||
<bean-searcher.version>3.4.3</bean-searcher.version>
|
||||
|
||||
</properties>
|
||||
|
||||
|
|
|
|||
|
|
@ -118,6 +118,13 @@
|
|||
<version>${hutool.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--比 MyBatis 效率快 100 倍的条件检索引擎,天生支持联表,使一行代码实现复杂列表检索成为可能!-->
|
||||
<dependency>
|
||||
<groupId>com.ejlchina</groupId>
|
||||
<artifactId>bean-searcher-boot-starter</artifactId>
|
||||
<version>${bean-searcher.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
<!--热部署、有毒,一加上redis就出问题 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue