data
This commit is contained in:
parent
9ef29de187
commit
657adb29fe
@ -36,6 +36,7 @@ import org.springframework.transaction.PlatformTransactionManager;
|
||||
|
||||
/**
|
||||
* Spring Data Configuration.
|
||||
*
|
||||
* @author Rob Winch
|
||||
*/
|
||||
@Configuration
|
||||
|
@ -21,6 +21,7 @@ import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* A repository for accessing {@link Message}s.
|
||||
*
|
||||
* @author Rob Winch
|
||||
*/
|
||||
@Repository
|
||||
|
@ -23,6 +23,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* A repository that integrates with Spring Security for accessing {@link Message}s.
|
||||
*
|
||||
* @author Rob Winch
|
||||
*/
|
||||
@Repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user