Skip to content

Commit 428b9b5

Browse files
committed
feat: 新增Druid、Jasypt集成示例
1 parent 07d78e3 commit 428b9b5

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ git clone https://github.com/ElanYoung/spring-boot-learning-examples.git
6060
- Sample Code:[spring-boot-actuator](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-actuator)
6161
- Reference Article:[Spring Boot 集成 Actuator 监控工具](https://blog.csdn.net/qq991658923/article/details/127112107)
6262

63+
### Spring Boot Druid
64+
65+
- Sample Code:[spring-boot-druid](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-druid)
66+
- Reference Article:[Spring Boot 集成 Druid 连接池](https://blog.csdn.net/qq991658923/article/details/127112527)
67+
68+
### Spring Boot Jasypt
69+
70+
- Sample Code:[spring-boot-jasypt](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-jasypt)
71+
- Reference Article:[Spring Boot 集成 Jasypt 实现敏感信息加密](https://blog.csdn.net/qq991658923/article/details/127112431)
72+
6373
### Spring Boot WebSocket
6474

6575
- Sample Code(Native):[spring-boot-websocket-native](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-websocket-native)

README.zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ git clone https://github.com/ElanYoung/spring-boot-learning-examples.git
5959
- 示例代码:[spring-boot-actuator](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-actuator)
6060
- 参考文章:[Spring Boot 集成 Actuator 监控工具](https://blog.csdn.net/qq991658923/article/details/127112107)
6161

62+
### Spring Boot 集成 Druid 连接池
63+
64+
- 示例代码:[spring-boot-druid](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-druid)
65+
- 参考文章:[Spring Boot 集成 Druid 连接池](https://blog.csdn.net/qq991658923/article/details/127112527)
66+
67+
### Spring Boot 集成 jasypt 实现敏感信息加密
68+
69+
- 示例代码:[spring-boot-jasypt](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-jasypt)
70+
- 参考文章:[Spring Boot 集成 jasypt 实现敏感信息加密](https://blog.csdn.net/qq991658923/article/details/127112431)
71+
6272
### Spring Boot 集成 WebSocket
6373

6474
- 示例代码(原生):[spring-boot-websocket-native](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-websocket-native)

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<module>spring-boot-base-core</module>
88
<module>spring-boot-banner</module>
99
<module>spring-boot-actuator</module>
10+
<module>spring-boot-druid</module>
11+
<module>spring-boot-jasypt</module>
1012
<module>spring-boot-websocket-native</module>
1113
<module>spring-boot-websocket-spring</module>
1214
<module>spring-boot-minio</module>

0 commit comments

Comments
 (0)