上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 109 下一页
摘要: 依赖项 <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> <version>0.7.0</version> </dependency> JWTUtils.java package net.ybc 阅读全文
posted @ 2020-07-16 19:11 陈彦斌 阅读(620) 评论(0) 推荐(1)
摘要: /** * MD5加密工具类 * @param data * @return */ public static String MD5(String data) { try { java.security.MessageDigest md = java.security.MessageDigest.g 阅读全文
posted @ 2020-07-16 17:10 陈彦斌 阅读(1347) 评论(0) 推荐(0)
摘要: VideoMapper.xml <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3 阅读全文
posted @ 2020-07-16 16:04 陈彦斌 阅读(955) 评论(0) 推荐(1)
摘要: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <! 阅读全文
posted @ 2020-07-16 11:33 陈彦斌 阅读(253) 评论(0) 推荐(0)
摘要: application.properties server.port=8081 # 数据库相关配置 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://loca 阅读全文
posted @ 2020-07-16 11:31 陈彦斌 阅读(625) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 109 下一页