added code examples for @SpringBootTest article
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package other.namespace;
|
||||
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component
|
||||
public class Foo {
|
||||
}
|
||||
Reference in New Issue
Block a user