recrutesup-master
.gitignore
387B
src
main
resources
data.sql
19KB
application.properties
945B
java
com
polytech
recrutesup
dto
OfferDTO.java
862B
CompanyDTO.java
560B
EmployeeDTO.java
456B
WishDTO.java
459B
UserDTO.java
440B
OfferLightDTO.java
631B
AdminDTO.java
397B
StudentLightDTO.java
421B
StudentDTO.java
656B
EmployeeLightDTO.java
405B
CompanyLightDTO.java
336B
AttachmentDTO.java
317B
api
AdminController.java
2KB
WishController.java
4KB
AuthController.java
1KB
CompanyController.java
4KB
OfferController.java
3KB
StudentController.java
3KB
entities
Company.java
2KB
Role.java
947B
StudentWish.java
2KB
Offer.java
3KB
reference
ERole.java
126B
EWorkflowState.java
222B
Attachment.java
802B
Student.java
2KB
Admin.java
944B
Wish.java
70B
User.java
1KB
CompanyWish.java
2KB
exceptions
RecruteSupErrorType.java
3KB
RecruteSupApplicationException.java
490B
services
dto
WishServiceDTO.java
985B
AuthServiceDTO.java
433B
StudentServiceDTO.java
853B
OfferServiceDTO.java
920B
AdminServiceDTO.java
711B
CompanyServiceDTO.java
1KB
OfferService.java
155B
impl
AdminServiceImpl.java
6KB
WishServiceImpl.java
16KB
AuthServiceImpl.java
3KB
CompanyServiceImpl.java
10KB
StudentServiceImpl.java
6KB
OfferServiceImpl.java
8KB
WishService.java
271B
CompanyService.java
157B
AdminService.java
151B
StudentService.java
160B
RecrutesupApplication.java
324B
utils
WorkflowStateUtils.java
2KB
RandomStringUtils.java
1KB
security
services
UserDetailsServiceImpl.java
1KB
UserDetailsImpl.java
3KB
WebSecurityConfig.java
3KB
jwt
JwtUtils.java
2KB
AuthTokenFilter.java
2KB
AuthEntryPointJwt.java
992B
ServletInitializer.java
428B
repositories
StudentRepository.java
754B
AdminRepository.java
530B
AttachmentRepository.java
245B
CompanyRepository.java
535B
UserRepository.java
434B
OfferRepository.java
538B
RoleRepository.java
416B
mail
service
MailService.java
8KB
config
MailObjectGenerator.java
8KB
MailConfig.java
1KB
mappers
AdminMapper.java
1KB
WishMapper.java
4KB
CompanyMapper.java
2KB
OfferMapper.java
2KB
StudentMapper.java
2KB
payload
response
JwtResponse.java
2KB
request
WishMessageRequest.java
532B
CreateStudentRequest.java
742B
MessageRequest.java
399B
CreateMeetingRequest.java
587B
LoginRequest.java
480B
UpdateAdminRequest.java
590B
CreateCompanyRequest.java
581B
CreateOfferRequest.java
646B
CreateEmployeeRequest.java
674B
test
java
com
polytech
recrutesup
RecrutesupApplicationTests.java
219B
mvnw
10KB
.github
workflows
main.yml
245B
test.yml
1KB
pom.xml
4KB
mvnw.cmd
6KB
README.md
1B
system.properties
24B
Procfile
76B
暂无评论