Commit e9b19264939d9dddbb1275a2d409c7c5697dc5c4
Exists in
master
and in
8 other branches
Merge remote-tracking branch 'origin/master'
Showing 2 changed files
platform-operate-api/src/main/resources/spring/applicationContext.xml
View file @
e9b1926
... | ... | @@ -10,8 +10,7 @@ |
10 | 10 | |
11 | 11 | <!-- 配置要扫描的包 --> |
12 | 12 | <context:component-scan base-package="com.lyms.platform.biz.service"/> |
13 | - <context:component-scan base-package="com.lyms.hospitalapi.v1"/> | |
14 | - <context:component-scan base-package="com.lyms.hospitalapi.v2"/> | |
13 | + <context:component-scan base-package="com.lyms.hospitalapi"/> | |
15 | 14 | <!-- 配置要扫描的包 --> |
16 | 15 | <context:component-scan base-package="com.lyms.platform.biz.dal.impl"/> |
17 | 16 | <context:component-scan base-package="com.lyms.platform.operate.web.facade"/> |
pom.xml
View file @
e9b1926
... | ... | @@ -524,11 +524,11 @@ |
524 | 524 | <artifactId>commons-dbutils</artifactId> |
525 | 525 | <version>1.6</version> |
526 | 526 | </dependency> |
527 | - <dependency> | |
528 | - <groupId>com.microsoft.sqlserver</groupId> | |
529 | - <artifactId>sqljdbc4</artifactId> | |
530 | - <version>4.0</version> | |
531 | - </dependency> | |
527 | + <!--<dependency>--> | |
528 | + <!--<groupId>com.microsoft.sqlserver</groupId>--> | |
529 | + <!--<artifactId>sqljdbc4</artifactId>--> | |
530 | + <!--<version>4.0</version>--> | |
531 | + <!--</dependency>--> | |
532 | 532 | |
533 | 533 | </dependencies> |
534 | 534 | </project> |