• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






天生自然

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 276 下一页

2022年2月13日

Ribbon 服务消费
摘要: 服务提供者 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache 阅读全文
posted @ 2022-02-13 21:22 吴裕雄 阅读(32) 评论(0) 推荐(0)
 
集成MyBatis 框架
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2022-02-13 16:00 吴裕雄 阅读(55) 评论(0) 推荐(0)
 
集成swagger文档
摘要: <!-- swagger --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> <depe 阅读全文
posted @ 2022-02-13 14:42 吴裕雄 阅读(42) 评论(0) 推荐(0)
 

2022年2月12日

Consul 注册中心
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2022-02-12 19:00 吴裕雄 阅读(85) 评论(0) 推荐(0)
 
Spring Boot Admin系统服务监控
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2022-02-12 15:59 吴裕雄 阅读(153) 评论(0) 推荐(0)
 

2022年2月6日

数据备份还原
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2022-02-06 19:18 吴裕雄 阅读(67) 评论(0) 推荐(0)
 
登录接口的实现
摘要: <!-- spring security --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> 阅读全文
posted @ 2022-02-06 16:43 吴裕雄 阅读(226) 评论(0) 推荐(0)
 
Spring Security 实现用户认证(Authentication)和用户授权(Authorization)
摘要: 添加依赖 <!-- spring security --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </depende 阅读全文
posted @ 2022-02-06 15:18 吴裕雄 阅读(2610) 评论(0) 推荐(1)
 
实现登录验证码
摘要: <!-- kaptcha --> <dependency> <groupId>com.github.axet</groupId> <artifactId>kaptcha</artifactId> <version>0.0.9</version> </dependency> package com.l 阅读全文
posted @ 2022-02-06 14:08 吴裕雄 阅读(75) 评论(0) 推荐(0)
 
集成Druid数据源
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2022-02-06 03:06 吴裕雄 阅读(72) 评论(0) 推荐(0)
 
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 276 下一页