1.14 LoadTimeWeaver 등록 by ks
@Configuration @EnableLoadTimeWeaving public class AppConfig { }
<beans> <context:load-time-weaver/> </beans>
Last updated
Was this helpful?
@Configuration @EnableLoadTimeWeaving public class AppConfig { }
<beans> <context:load-time-weaver/> </beans>
Last updated
Was this helpful?
Was this helpful?