File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,16 @@ git clone https://github.com/ElanYoung/spring-boot-learning-examples.git
60
60
- Sample Code:[ spring-boot-actuator] ( https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-actuator )
61
61
- Reference Article:[ Spring Boot 集成 Actuator 监控工具] ( https://blog.csdn.net/qq991658923/article/details/127112107 )
62
62
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
+
63
73
### Spring Boot WebSocket
64
74
65
75
- Sample Code(Native):[ spring-boot-websocket-native] ( https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-websocket-native )
Original file line number Diff line number Diff line change @@ -59,6 +59,16 @@ git clone https://github.com/ElanYoung/spring-boot-learning-examples.git
59
59
- 示例代码:[ spring-boot-actuator] ( https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-actuator )
60
60
- 参考文章:[ Spring Boot 集成 Actuator 监控工具] ( https://blog.csdn.net/qq991658923/article/details/127112107 )
61
61
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
+
62
72
### Spring Boot 集成 WebSocket
63
73
64
74
- 示例代码(原生):[ spring-boot-websocket-native] ( https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-websocket-native )
Original file line number Diff line number Diff line change 7
7
<module >spring-boot-base-core</module >
8
8
<module >spring-boot-banner</module >
9
9
<module >spring-boot-actuator</module >
10
+ <module >spring-boot-druid</module >
11
+ <module >spring-boot-jasypt</module >
10
12
<module >spring-boot-websocket-native</module >
11
13
<module >spring-boot-websocket-spring</module >
12
14
<module >spring-boot-minio</module >
You can’t perform that action at this time.
0 commit comments