上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 63 下一页
  2021年8月23日
摘要: 1、依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.18.1</version> </dependency> 2、JWT工具类 package com.jay.Spri 阅读全文
posted @ 2021-08-23 17:16 邢帅杰 阅读(732) 评论(0) 推荐(0)
  2021年8月20日
摘要: 实体:标注@Component和@ConfigurationProperties,prefix:前缀是site的配置自动绑定到类中的属性,如果不写@Component,则需要在主启动程序上面加@EnableConfigurationProperties(SiteInfo.class) package 阅读全文
posted @ 2021-08-20 13:04 邢帅杰 阅读(213) 评论(0) 推荐(0)
  2021年8月19日
摘要: 我学习的资料都是在B站找的,白嫖不要钱。。。学习视频:https://www.bilibili.com/video/BV1Rt411e76H?p=5Android Sdk国内镜像下载地址和使用方法:https://developer.aliyun.com/article/324567Android  阅读全文
posted @ 2021-08-19 14:49 邢帅杰 阅读(444) 评论(0) 推荐(0)
  2021年8月17日
摘要: Apache Dubbo 是一款微服务开发框架,它提供了 RPC通信 与 微服务治理 两大关键能力。这意味着,使用 Dubbo 开发的微服务,将具备相互之间的远程发现与通信能力, 同时利用 Dubbo 提供的丰富服务治理能力,可以实现诸如服务发现、负载均衡、流量调度等服务治理诉求。同时 Dubbo 阅读全文
posted @ 2021-08-17 15:41 邢帅杰 阅读(865) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_36308742/article/details/95178698https://blog.csdn.net/zzhongcy/article/details/102584028/https://blog.csdn.net/weixin_406237 阅读全文
posted @ 2021-08-17 10:56 邢帅杰 阅读(1161) 评论(0) 推荐(0)
  2021年8月12日
摘要: SpringBoot整合SpringSecurity:https://www.bilibili.com/video/BV1KE411i7bC?p=1SpringBoot整合Shiro框架:https://www.bilibili.com/video/BV1NE411i7S8?p=1SpringBoo 阅读全文
posted @ 2021-08-12 14:38 邢帅杰 阅读(210) 评论(0) 推荐(0)
  2021年8月11日
摘要: 1、SpringBoot网址:https://spring.io/projects/spring-bootSpring Initializr. 在线生成初始化SpringBoot项目:https://start.spring.io/2、Thymeleaf依赖:<dependency><groupId 阅读全文
posted @ 2021-08-11 10:41 邢帅杰 阅读(48) 评论(0) 推荐(0)
  2021年8月10日
摘要: 1、src\main\resources\i18n创建:lan.properties、lan_zh_CN.properties、lan_en_US.properties,默认、中文、英文。password=密码 和 password=password核心配置文件application.yml ser 阅读全文
posted @ 2021-08-10 16:41 邢帅杰 阅读(484) 评论(0) 推荐(0)
  2021年8月9日
摘要: 两种上传方式都可以依赖pom.xml <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload --> <dependency> <groupId>commons-fileupload</groupId 阅读全文
posted @ 2021-08-09 11:53 邢帅杰 阅读(63) 评论(0) 推荐(0)
  2021年8月6日
摘要: 拦截器,return true 是放行 package com.jay.interceptors; import org.springframework.web.servlet.HandlerInterceptor; import org.springframework.web.servlet.Mo 阅读全文
posted @ 2021-08-06 18:06 邢帅杰 阅读(155) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 63 下一页