Browse Source

项目结构调整

master
yxt_njy 3 years ago
parent
commit
ce32b2df05
  1. 1
      yxt-common/yxt-common-base/pom.xml
  2. 1
      yxt-common/yxt-common-core/pom.xml

1
yxt-common/yxt-common-base/pom.xml

@ -40,6 +40,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
<version>1.18.20</version>
</dependency>
<!--引入redis-->
<dependency>

1
yxt-common/yxt-common-core/pom.xml

@ -43,6 +43,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
<version>1.18.20</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

Loading…
Cancel
Save