Skip to content

Commit

Permalink
Chore | #4 | @lcomment | api 모듈에 component scan 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lcomment committed May 2, 2024
1 parent b79f1a0 commit a82a450
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package com.cakk.api.config;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan(basePackages = {
"com.cakk.client",
"com.cakk.domain"
})
public class ComponentScanConfig {
}

0 comments on commit a82a450

Please sign in to comment.