Skip to content

Commit 74537ac

Browse files
authored
some blog updates for s-c-o (#916)
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent 4da8aca commit 74537ac

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

docs-source/spring/content/blogs/_index.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@ This page acts as an index/aggregator for some of our featured content.
1010

1111
![YouTube icon](./youtube.png) &nbsp; And be sure to subscribe to our YouTube channel ["The Converged Database"](https://www.youtube.com/@theconvergeddatabase6236) for more great content!
1212

13+
{{< blog
14+
author="anders"
15+
date="7/31/2024"
16+
title="Use OCI Object Storage data as Spring Boot Resources"
17+
link="https://medium.com/@anders.swanson.93/use-oci-object-storage-data-as-spring-boot-resources-2f5a440f73c2"
18+
abstract="Spring Resources are a great way to load data into our Spring Boot applications. In this article, Anders shows us how to use OCI Object Storage as a resource provider with Spring Cloud Oracle."
19+
>}}
20+
21+
{{< blog
22+
author="mark"
23+
date="7/30/2024"
24+
title="Building Spring Boot apps with Spring Cloud Oracle"
25+
link="https://www.linkedin.com/pulse/building-spring-boot-apps-cloud-oracle-mark-nelson-bp2be/"
26+
abstract="A fully worked example of how to build microservices with Spring Cloud Oracle, including using the OCI Generative AI service to build a simple chatbot, using OCI Queue service to implement asynchronous communication between services, and using the Spring Boot Starter for UCP to access the Oracle Database."
27+
>}}
28+
29+
{{< blog
30+
author="anders"
31+
date="7/30/2024"
32+
title="Connect Spring Mail with OCI Email Delivery Service"
33+
link="https://medium.com/@anders.swanson.93/connect-spring-mail-with-oci-email-delivery-service-e24accb62ad1"
34+
abstract="Anders shows us how to use Spring Cloud Oracle to use the OCI Email Delivery Service in our Spring Boot apps."
35+
>}}
36+
37+
{{< blog
38+
author="anders"
39+
date="7/30/2024"
40+
title="Inject OCI Vault Secrets into Spring Apps"
41+
link="https://medium.com/@anders.swanson.93/inject-oci-vault-secrets-into-spring-apps-ce29536d0e0d"
42+
abstract="Demonstrates how to easily use OCI Vault as a Spring property source with Spring Cloud Oracle."
43+
>}}
44+
1345
{{< blog
1446
author="aniket"
1547
date="7/22/2024"
108 KB
Loading

docs-source/spring/themes/hugo-geekdoc/layouts/shortcodes/blog.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
(cond (eq . "paulo") "Paulo Simoes"
1919
(cond (eq . "sanjay") "Sanjay Goil"
2020
(cond (eq . "aniket") "Aniket Tiwari"
21-
""))))))))))
21+
(cond (eq . "anders") "Anders Swanson"
22+
"")))))))))))
2223
}}
2324
{{ end }} - {{ .Get "date" }}</i></p>
2425
</td>

0 commit comments

Comments
 (0)