Remove UserController, Add UserRepository
This commit is contained in:
parent
9ef00cc092
commit
ce81ff07ba
@ -1,4 +0,0 @@
|
||||
package de.hft.geotime.user;
|
||||
|
||||
public class UserController {
|
||||
}
|
@ -1,4 +1,6 @@
|
||||
package de.hft.geotime.user;
|
||||
|
||||
public class UserRepository {
|
||||
import org.springframework.data.repository.CrudRepository;
|
||||
|
||||
public interface UserRepository extends CrudRepository<User, Long> {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user