Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOutsider522 committed Nov 11, 2023
1 parent e145cc6 commit 5c50b7e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.2.2</version>
</dependency>

<!-- mybatis-plus -->
<dependency>
<groupId>com.baomidou</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
@RestController
@RequestMapping("/user")
@Api("用户信息管理")
@CrossOrigin
public class UserController {
@Resource
private UserService userService;
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ server:
port: 8080
servlet:
context-path: /api
session:
cookie:
domain: localhost

mybatis-plus:
configuration:
Expand Down

0 comments on commit 5c50b7e

Please sign in to comment.