Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
flyer1212 committed May 30, 2019
1 parent b22197c commit 131f043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-user-service/src/main/java/user/init/InitUser.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class InitUser implements CommandLineRunner {

@Override
public void run(String... strings) throws Exception {
User whetherExistUser = userRepository.findByUserName("fdse_microservices");
User whetherExistUser = userRepository.findByUserName("fdse_microservice");
User user = User.builder()
.userId(UUID.fromString("4d2a46c7-71cb-4cf1-b5bb-b68406d9da6f"))
.userName("fdse_microservice")
Expand Down

0 comments on commit 131f043

Please sign in to comment.