Skip to content

Commit

Permalink
!91 fix: 还原支持 jdk1.8改漏了一处
Browse files Browse the repository at this point in the history
Merge pull request !91 from 黄大海/master
  • Loading branch information
YunaiV authored and gitee-org committed Jan 3, 2024
2 parents 4a9fb0e + 480da48 commit 94c0cd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import io.swagger.v3.oas.annotations.Parameter;
import io.swagger.v3.oas.annotations.Parameters;
import io.swagger.v3.oas.annotations.tags.Tag;
import jakarta.annotation.security.PermitAll;
import javax.annotation.security.PermitAll;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.*;

Expand Down

0 comments on commit 94c0cd9

Please sign in to comment.