slight changes to package structure + naming
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package mops.gruppen2.repository;
|
||||
|
||||
import mops.gruppen2.domain.event.Event;
|
||||
import org.springframework.data.repository.CrudRepository;
|
||||
|
||||
public interface EventRepository extends CrudRepository<Event, Long> {
|
||||
}
|
||||
Reference in New Issue
Block a user