设备管理,设备组管理
diff --git a/build.gradle b/build.gradle
index 464e7cf..a747702 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,6 +25,13 @@
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
+ compile group: 'org.apache.poi', name: 'poi', version: '3.10.1'
+ compile group: 'org.apache.poi', name: 'poi-examples', version: '3.10.1'
+ compile group: 'org.apache.poi', name: 'poi-excelant', version: '3.10.1'
+ compile group: 'org.apache.poi',name: 'poi-ooxml', version:'3.10.1'
+ compile group: 'org.apache.poi',name: 'poi-ooxml-schemas', version:'3.10.1'
+ compile group: 'org.apache.poi',name: 'poi-scratchpad', version:'3.10.1'
+
implementation 'org.springframework.boot:spring-boot-starter-tomcat'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-web'