Commit 1e729640cb5fda9068014ac529872930b16b3839
1 parent
2adff031f0
Exists in
master
and in
8 other branches
add qinglongxian get his patient info api
Showing 2 changed files with 6 additions and 7 deletions
platform-operate-api/src/main/resources/spring/applicationContext.xml
View file @
1e72964
| ... | ... | @@ -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 @
1e72964
| ... | ... | @@ -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> |