Spring Boot Framework pinned Β«π Java Weekly, Issue 365 https://www.baeldung.com/java-weekly-365 β‘οΈ @SpringFrameworkZoneΒ»
π Deploy a Spring Boot Application to AWS Beanstalk
https://www.baeldung.com/spring-boot-deploy-aws-beanstalk
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-deploy-aws-beanstalk
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Deploy a Spring Boot Application to AWS Beanstalk
A straightforward guide to deploying Spring Boot Applications to AWS Beanstalk
π Spring WebClient vs RestTemplate β Comparison and Features
https://betterjavacode.com/programming/spring-webclient-vs-resttemplate-comparison-and-features
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/spring-webclient-vs-resttemplate-comparison-and-features
β‘οΈ @SpringFrameworkZone
Code Complete
Spring WebClient vs RestTemplate - Comparison and Features - Code Complete
In this post, I show how to use Spring's webclient implementation Spring WebClient vs RestTemplate client. Different features of WebClient.
π Spring Expression Language Guide
https://www.baeldung.com/spring-expression-language
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-expression-language
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Expression Language Guide | Baeldung
This article explores Spring Expression Language (SpEL), a powerful expression language that supports querying and manipulating object graphs at runtime.
π Quick Guide to Microservices with Quarkus on Openshift
https://piotrminkowski.com/2020/08/18/quick-guide-to-microservices-with-quarkus-on-openshift/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/08/18/quick-guide-to-microservices-with-quarkus-on-openshift/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Quick Guide to Microservices with Quarkus on Openshift - Piotr's TechBlog
Building microservices with Quarkus framework and running them on OpenShift. Deploying on Openshift using S2I with GraalVM based compilation.
π Autostart for your Spring Boot Application
https://reflectoring.io/autostart-with-winsw/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/autostart-with-winsw/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Autostart for your Spring Boot Application
A guide on how to use WinSW to create an autostart for a Spring Boot application in Windows.
π Iterating Java Map Entries
https://springframework.guru/iterating-java-map-entries/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/iterating-java-map-entries/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Iterating Java Map Entries
The majority of the time when you're working with Maps in Java, you'll be accessing the map values via the key. There are times you need to walk the map like a list. There's aβ¦
π One Tip to Avoid Bouncy Castle Error
https://betterjavacode.com/spring-boot/one-tip-to-avoid-bouncy-castle-error
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/one-tip-to-avoid-bouncy-castle-error
β‘οΈ @SpringFrameworkZone
Code Complete
One Tip to Avoid Bouncy Castle Error - Code Complete
In this post, I describe a tip you can use to avoid bouncy castle error ECCurve$Fp. If you have any questions related to this error, comment on the post.
π Write integration tests for your Spring WebSocket endpoints
https://rieckpil.de/write-integration-tests-for-your-spring-websocket-endpoints/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/write-integration-tests-for-your-spring-websocket-endpoints/
β‘οΈ @SpringFrameworkZone
rieckpil
Write Integration Tests For Your Spring WebSocket Endpoints - rieckpil
Verify your Spring WebSocket endpoints with integration tests using Spring Test, JUnit 5 and Spring Boot with STOMP and SockJS clients
π High-Performance Java Persistence Newsletter, Issue 22
https://vladmihalcea.com/high-performance-java-persistence-newsletter-22/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-22/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 22 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Apache Ignite Cluster together with Spring Boot
https://piotrminkowski.com/2018/04/04/apache-ignite-cluster-together-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/04/04/apache-ignite-cluster-together-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Apache Ignite Cluster together with Spring Boot - Piotr's TechBlog
This tutorial shows how to implement and run Apache Ignite cluster using embedded nodes on Spring Boot applications.
π Simple Single Sign-On with Spring Security OAuth2 (legacy stack)
https://www.baeldung.com/sso-spring-security-oauth2-legacy
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/sso-spring-security-oauth2-legacy
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Simple Single Sign-On with Spring Security OAuth2 (legacy stack) | Baeldung
A simple SSO implementation using Spring Security OAuth2 and Boot.
π This Week in Spring - December 29th, 2020
https://spring.io/blog/2020/12/29/this-week-in-spring-december-29th-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/29/this-week-in-spring-december-29th-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - December 29th, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>!</p>
<p>How are you? Howβre things? I spent this morning on a fun two-hour panel hosted by the Barcelona JUG (who run the JBCN conference, among other things) talking aboutβ¦
<p>How are you? Howβre things? I spent this morning on a fun two-hour panel hosted by the Barcelona JUG (who run the JBCN conference, among other things) talking aboutβ¦
π Debugging the Spring MVC 404 βNo mapping found for HTTP requestβ Error
https://www.baeldung.com/spring-mvc-404-error
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mvc-404-error
β‘οΈ @SpringFrameworkZone
Baeldung
Debugging the Spring MVC 404 βNo mapping found for HTTP requestβ Error | Baeldung
Learn how to fix common causes for 404 errors in Spring MVC
π Asynchronous Logging with Log4J 2
https://springframework.guru/asynchronous-logging-with-log4j-2/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/asynchronous-logging-with-log4j-2/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Asynchronous Logging with Log4J 2
Log4J 2 is a logging framework designed to address the logging requirements of enterprise applications. If you are new to Log4J2, I suggest going through my introductory post on Log4J 2, Introducing Log4J 2 ββ¦
π[48H] Udemy - Java Programming: Complete Beginner to Advanced
Become a Computer Programmer by Learning Core Java Skills
https://www.udemy.com/course/java-programming-complete-beginner-to-advanced/?ranMID=39197&ranEAID=ZVa%2FfYdMEMA&ranSiteID=ZVa_fYdMEMA-UJrq764AdEwtamFV9Rhc5w&LSNPUBID=ZVa%2FfYdMEMA&utm_source=aff-campaign&utm_medium=udemyads&couponCode=543258F0786C
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Become a Computer Programmer by Learning Core Java Skills
https://www.udemy.com/course/java-programming-complete-beginner-to-advanced/?ranMID=39197&ranEAID=ZVa%2FfYdMEMA&ranSiteID=ZVa_fYdMEMA-UJrq764AdEwtamFV9Rhc5w&LSNPUBID=ZVa%2FfYdMEMA&utm_source=aff-campaign&utm_medium=udemyads&couponCode=543258F0786C
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Udemy
Java Programming: Complete Beginner to Advanced
Become a Computer Programmer by Learning Core Java Skills