20250113_11
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…
Reference in New Issue