摘要: 链接:https://pan.baidu.com/s/12eqVPjviCDkQ-GnxseshLw 提取码:1a2z 复制这段内容后打开百度网盘手机App,操作更方便哦 阅读全文
posted @ 2021-01-26 22:25 iJunHello 阅读(201) 评论(0) 推荐(0)
摘要: 链接:https://pan.baidu.com/s/1-_NSN9cvR9fIXSsAGM7G-A 提取码:1a2z 复制这段内容后打开百度网盘手机App,操作更方便哦 阅读全文
posted @ 2021-01-26 22:21 iJunHello 阅读(300) 评论(0) 推荐(0)
摘要: 1、解决办法配置config文件 import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.CorsRegistry; i 阅读全文
posted @ 2021-01-26 15:59 iJunHello 阅读(113) 评论(0) 推荐(0)
摘要: 1、service层 import com.example.vue_test.library.entity.Userregister; import com.baomidou.mybatisplus.extension.service.IService; import com.example.vue 阅读全文
posted @ 2021-01-26 11:30 iJunHello 阅读(2180) 评论(0) 推荐(0)
摘要: 1、Postman下载 链接:https://pan.baidu.com/s/1rSA-qwvehb9aFhAg7bDVIA 提取码:1a2b 复制这段内容后打开百度网盘手机App,操作更方便哦 2、不登录直接使用 打开软件(全屏打开),然后点击下方灰色小字进行不登录使用 阅读全文
posted @ 2021-01-26 10:37 iJunHello 阅读(105) 评论(0) 推荐(0)
摘要: 1、添加功能 1、Controller层 @Autowired private UserregisterService userregisterService; @RequestMapping("/toregister") public Object register(Userregister us 阅读全文
posted @ 2021-01-26 09:59 iJunHello 阅读(94) 评论(0) 推荐(0)
摘要: 1、mybatisplus配置数据库yml server: port: 8090 spring: datasource: url: jdbc:mysql://localhost:3306/vuetest?serverTimezone=Asia/Shanghai&useUnicode=true&cha 阅读全文
posted @ 2021-01-26 09:39 iJunHello 阅读(1005) 评论(0) 推荐(0)
摘要: 1、mybatisplus依赖 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.4.2</version> </dependency> 阅读全文
posted @ 2021-01-26 09:33 iJunHello 阅读(213) 评论(0) 推荐(0)
摘要: 1、依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.4.0</version> </dependency> 2、JWT工具类生成 import com.auth0.jw 阅读全文
posted @ 2021-01-26 00:20 iJunHello 阅读(92) 评论(0) 推荐(0)
摘要: 1、JWT依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.4.0</version> </dependency> 2、写个测试类测试下JWT import com.au 阅读全文
posted @ 2021-01-26 00:07 iJunHello 阅读(204) 评论(0) 推荐(0)