Skip to content

Commit

Permalink
Refactor | #4 | @lcomment | 네이밍 리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
lcomment committed May 3, 2024
1 parent 6a6564d commit 3ea1ce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
@Configuration
@ComponentScan(basePackages = {
"com.cakk.client",
"com.cakk.domain"
"com.cakk.domain",
"com.cakk.api"
})
public class ComponentScanConfig {
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.google.api.client.json.gson.GsonFactory;

@Configuration
public class GoogleConfiguration {
public class GoogleConfig {

@Value("${oauth.google.client-id}")
private String googleClientId;
Expand Down

0 comments on commit 3ea1ce5

Please sign in to comment.