20250113_11

main
seokjun jeon 2 weeks ago
parent 5a45a939a0
commit 733bc25f0f

@ -0,0 +1,9 @@
package com.icomsys.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan(basePackages = "com.icomsys.dsl")
public class DslConfiguration {
}
Loading…
Cancel
Save