Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
boot-dubbo-web start in tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
Percy0601 committed May 28, 2015
1 parent 57b0cea commit 1a53247
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void test() {
List<User> users = userService.findAll();
System.out.println("返回结果:" + "size:" + users.size() );
try {
Thread.sleep(5000);
Thread.sleep(1000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
Expand Down
5 changes: 0 additions & 5 deletions boot-dubbo-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@
<artifactId>hibernate-validator</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.spec.javax.el</groupId>
<artifactId>jboss-el-api_3.0_spec</artifactId>
<version>1.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit 1a53247

Please sign in to comment.