blob: a4fe003fc0f608083336637f8585c26bff4bcd04 [file] [log] [blame]
package org.apache.freemarker.onlinetester.spring;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan(basePackages = {"org.apache.freemarker.onlinetester"})
public class SpringConfiguration {}