Skip to content

Commit

Permalink
增加注示
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-break committed Mar 3, 2020
1 parent 885c787 commit 348ca94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

@SpringBootApplication
@EnableFeignClients
public class SleuthConsumerApplication {
public class Ch161SleuthConsumerApplication {
public static void main(String[] args) {
SpringApplication.run(SleuthConsumerApplication.class,args);
SpringApplication.run(Ch161SleuthConsumerApplication.class,args);
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server:
port: 8081
port: 8083
spring:
application:
name: sleuth-consumer
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class SleuthProviderApplication {
public class Ch161SleuthProviderApplication {
public static void main(String[] args) {
SpringApplication.run(SleuthProviderApplication.class,args);
SpringApplication.run(Ch161SleuthProviderApplication.class,args);
}
}

0 comments on commit 348ca94

Please sign in to comment.