Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocnhan-tran1996 committed Jan 2, 2024
1 parent 061d617 commit 8d843e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion my-blog/docs/modules/java/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* [x] https://digma.ai/blog/the-spring-way-of-doing-things-9-ways-to-improve-your-spring-boot-skills/[THE “SPRING WAY” OF DOING THINGS: 9 WAYS TO IMPROVE YOUR SPRING BOOT SKILLS]
* [x] https://foojay.io/today/testing-spring-boot-jms-with-activemq-artemis-and-testcontainers/[Testing Spring Boot JMS with ActiveMQ Artemis and Testcontainers]
* [x] https://spring.io/blog/2023/06/19/spring-boot-31-connectiondetails-abstraction/[Spring Boot 3.1's ConnectionDetails abstraction]
* [x] https://spring.io/blog/2023/07/13/new-in-spring-6-1-restclient/[New in Spring 6.1: RestClient]

== Articles
* [x] https://piotrminkowski.com/2021/02/01/new-developer-friendly-features-after-java-8/[New Features After Java 8]
Expand Down Expand Up @@ -63,4 +64,8 @@
* [x] https://medium.com/@jojoooo/exploring-a-base-spring-boot-application-with-java-21-virtual-thread-spring-security-flyway-c0fde13c1eca[A Comprehensive guide to Spring Boot 3.2 with Java 21, Virtual Threads, Spring Security, PostgreSQL, Flyway, Caching, Micrometer, Opentelemetry, JUnit 5, RabbitMQ, Keycloak Integration, and More! (10/17)]
* [x] https://github.com/laech/java-stacksrc[java-stacksrc]
* [x] https://github.com/jonatan-ivanov/teahouse[Teahouse]
* [x] https://github.com/spring-tips[Spring Tips]
* [x] https://github.com/spring-tips[Spring Tips]

== Java Language Updates

* [x] https://docs.oracle.com/en/java/javase/17/language/index.html#Java-Platform%2C-Standard-Edition[version 17]
3 changes: 2 additions & 1 deletion my-blog/docs/modules/rabbitmq/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
* [x] https://www.rabbitmq.com/consumer-prefetch.html[Consumer Prefetch]
* [x] https://www.rabbitmq.com/maxlength.html[Queue Length Limit]
* [x] https://blog.rabbitmq.com/posts/2012/05/some-queuing-theory-throughput-latency-and-bandwidth/[Some queuing theory: throughput, latency and bandwidth]
* [x] https://www.rabbitmq.com/nack.html[Negative Acknowledgements]
* [x] https://www.rabbitmq.com/nack.html[Negative Acknowledgements]
* [x] https://www.rabbitmq.com/ttl.html[Time-To-Live and Expiration]

0 comments on commit 8d843e3

Please sign in to comment.