From fba64a7ecd8fa037d51f510c8919a8d05e236ec1 Mon Sep 17 00:00:00 2001 From: 侯瑞军 <411269194@kidgrow.com> Date: Tue, 14 Apr 2020 18:54:25 +0800 Subject: [PATCH] 1.修改医院列表,增加科室,区域数据列 2.增加区域数据联动js插件(area.js),并书写使用说明 --- pom.xml | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2b7b5ac..337b868 100644 --- a/pom.xml +++ b/pom.xml @@ -156,11 +156,7 @@ <version>${javax.activatio.version}</version> </dependency> <!-- jaxb模块引用 - end --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-devtools</artifactId> - <optional>true</optional> - </dependency> + </dependencies> <dependencyManagement> -- Gitblit v1.8.0