批注接口 AutoConfigureDataNeo4j
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureDataNeo4j
Auto-configuration imports
for typical Data Neo4j
tests. Most tests should consider using @DataNeo4jTest
rather
than using this annotation directly.- 从以下版本开始:
- 2.0.0
- 作者:
- Eddú Meléndez