Skip to content

Commit

Permalink
Merge pull request #204 from TEAMMatchDev/dev
Browse files Browse the repository at this point in the history
�Api-Release-v0.0.3
  • Loading branch information
imenuuu authored Nov 30, 2023
2 parents a508067 + e7e2476 commit 8e036ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import org.springframework.security.crypto.password.PasswordEncoder;
import org.springframework.stereotype.Service;

import static com.example.matchdomain.user.exception.AdminLoginErrorCode.NOT_AUTHORITY_USER;
import static com.example.matchdomain.user.exception.UserAuthErrorCode.NOT_EXIST_USER;
import static com.example.matchdomain.user.exception.UserLoginErrorCode.NOT_CORRECT_PASSWORD;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2023-11-30T13:55:54+0900",
date = "2023-11-30T16:19:13+0900",
comments = "version: 1.5.3.Final, compiler: javac, environment: Java 11.0.19 (Oracle Corporation)"
)
public class PaymentMapperImpl implements PaymentMapper {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
package com.example.matchdomain.review.repository;

import com.example.matchdomain.donation.entity.QDonationExecution;
import com.example.matchdomain.donation.entity.QDonationUser;
import com.example.matchdomain.project.entity.QProject;
import com.example.matchdomain.review.entity.QReview;
import com.example.matchdomain.review.entity.Review;
import com.querydsl.jpa.impl.JPAQueryFactory;
import lombok.RequiredArgsConstructor;

Expand Down

0 comments on commit 8e036ac

Please sign in to comment.