spring boot
京昂
改变的确很难,但结果值得冒险!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot中使用JWT认证
添加依赖 <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> <version>0.9.1</version> </dependency> 代码结构 JwtConfig.j...原创 2019-06-05 15:53:31 · 443 阅读 · 0 评论 -
spring boot 模板引擎thymeleaf
pom.xml添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> h...原创 2019-06-04 17:42:17 · 122 阅读 · 0 评论
分享