commit | b5022f3218094da4d67cf9d0c6dc3628c15dbc01 | [log] [tgz] |
---|---|---|
author | yang.liu <yang.liu@supwisdom.com> | 周二 6月 18 10:54:17 2019 +0800 |
committer | Xia Kaixiang <kaixiang.xia@supwisdom.com> | 周一 3月 16 09:56:24 2020 +0800 |
tree | 40cc80d6d3678fa5b6d85b5ef8e314ed839212d1 | |
parent | 4e2060e3b1173c0bde14fa61cc4b282cb8177d95 [diff] [blame] |
设备管理,时间段时间组时间周管理页面功能实现
diff --git a/build.gradle b/build.gradle index c97349e..e073b25 100644 --- a/build.gradle +++ b/build.gradle
@@ -56,6 +56,9 @@ implementation group: 'commons-codec', name: 'commons-codec', version: '1.6' implementation files('libs/ojdbc6.jar') + implementation 'cn.afterturn:easypoi-web:3.0.3' + implementation 'cn.afterturn:easypoi-base:3.0.3' + annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"