added code examples for @SpringBootTest article

This commit is contained in:
Tom Hombergs
2019-02-24 06:55:20 +01:00
parent 93f8074914
commit 71fad7e002
36 changed files with 301 additions and 34 deletions

View File

@@ -0,0 +1,7 @@
package other.namespace;
import org.springframework.stereotype.Component;
@Component
public class Foo {
}