mirror of
https://github.com/LOBSTERVOVA/Tennis-Site.git
synced 2026-04-17 17:40:49 +03:00
Создал бд, модели, репозитории, сервисы.
Начал верстку главной страницы
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.example.dateplanner.services;
|
||||
|
||||
import com.example.dateplanner.repositories.AppUserRepository;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service
|
||||
@RequiredArgsConstructor
|
||||
public class AppUserService {
|
||||
private final AppUserRepository appUserRepository;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user