Skip to content

Commit

Permalink
架构调整
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyw committed Jul 24, 2023
1 parent e4b23c4 commit 0bccae5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.roncoo.education.app.gateway;
package com.roncoo.education.gateway;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.roncoo.education.common.core.base.BaseException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.roncoo.education.app.gateway;
package com.roncoo.education.gateway;

import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.roncoo.education.app.gateway.filter;
package com.roncoo.education.gateway.filter;

import com.auth0.jwt.interfaces.DecodedJWT;
import com.roncoo.education.common.core.base.BaseException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.roncoo.education.app.gateway.filter;
package com.roncoo.education.gateway.filter;

import com.auth0.jwt.interfaces.DecodedJWT;
import com.roncoo.education.common.core.base.BaseException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.roncoo.education.app.gateway.swagger;
package com.roncoo.education.gateway.swagger;

import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
Expand Down

0 comments on commit 0bccae5

Please sign in to comment.