Removed unimplemented classes (no longer needed due to coneption changed)

This commit is contained in:
Filip Izydorczyk
2020-09-23 18:39:43 +02:00
parent bf6e1fc2b1
commit 9599d58543
31 changed files with 4 additions and 502 deletions

View File

@ -1,12 +0,0 @@
package com.plannaplan.services;
import com.plannaplan.repositories.EventRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class EventService {
@Autowired
private EventRepository repo;
}