BAEL-542 do not need TestConfig class

This commit is contained in:
Tomasz Lelek 2017-02-04 20:45:53 +01:00 committed by Andrew Morgan
parent 652def889a
commit c9394b216a

View File

@ -1,11 +0,0 @@
package com.baeldung.cachecontrol;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan({ "com.baeldung" })
public class TestConfig {
}