refactor(store-service): refactoring user-id hardcode

store-service에 user-id 하드코딩 된 코드를 access token에 담긴 userid로 변경
This commit is contained in:
hoon7566
2022-03-02 15:48:58 +09:00
parent 169902ff2f
commit 5ee3ac28cf
11 changed files with 17 additions and 26 deletions

View File

@@ -8,6 +8,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
import org.springframework.context.annotation.Bean;
import java.util.List;
@SpringBootApplication
@EnableEurekaClient
public class UserServiceApplication {