package kr.debop4j.data.ehcache.ogm.test.datastore; import kr.debop4j.data.ogm.test.datastore.DatastoreWithStartStoppableTest; import lombok.extern.slf4j.Slf4j; /** * kr.debop4j.data.ehcache.ogm.test.datastore.EhCacheDatastoreWithStartStoppableTest * * @author 배성혁 ( sunghyouk.bae@gmail.com ) * @since 13. 4. 10. 오후 8:10 */ @Slf4j public class EhCacheDatastoreWithStartStoppableTest extends DatastoreWithStartStoppableTest { }