π Spring Boot with Embedded MongoDB
https://springframework.guru/spring-boot-with-embedded-mongodb/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-boot-with-embedded-mongodb/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Boot with Embedded MongoDB
Recently weβve seen a rise in popularity of NoSQL databases. MongoDB has rapidly gained popularity in the enterprise and the Spring community. While developing and testing Spring Boot applications with MongoDB as the data storeβ¦
π Spring Boot Autoscaling on Kubernetes
https://piotrminkowski.com/2020/11/05/spring-boot-autoscaling-on-kubernetes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/11/05/spring-boot-autoscaling-on-kubernetes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Boot Autoscaling on Kubernetes - Piotr's TechBlog
This tutorial shows how to configure autoscaling on Kubernetes based on the custom metrics with Prometheus, HPA and Spring Boot.
π A Bootiful Podcast: Spring legend Thomas Risberg on JDBC, Spring Cloud Data Flow, Kubernetes and so much more
https://spring.io/blog/2020/11/05/a-bootiful-podcast-spring-legend-thomas-risberg-on-jdbc-spring-cloud-data-flow-kubernetes-and-so-much-more
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/05/a-bootiful-podcast-spring-legend-thomas-risberg-on-jdbc-spring-cloud-data-flow-kubernetes-and-so-much-more
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Spring legend Thomas Risberg on JDBC, Spring Cloud Data Flow, Kubernetes and so much more
<p>Hi, Spring fans! In this episode <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Spring <a href="http://twitter.com/trisberg">legend Thomas Risberg (@trisberg)</a>.</p>
<iframe title="Spring legend Thomas Risberg on JDBC, Springβ¦
<iframe title="Spring legend Thomas Risberg on JDBC, Springβ¦
π Polymorphism in Java
https://springframework.guru/polymorphism-java/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/polymorphism-java/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Polymorphism in Java
Introduction The ability of an object to behave differently in different situations is called Polymorphism. This concept is core to object oriented programmer and key to programming in Java. There are two types of polymorphism prevalent in Javaβ¦
π Convert OffsetDateTime to LocalDateTime
https://springframework.guru/convert-offsetdatetime-to-localdatetime/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/convert-offsetdatetime-to-localdatetime/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Convert OffsetDateTime to LocalDateTime
Java 8 introduced a new date and time API defined inside java.time package. The key date and time classes defined in this package are LocalDateTime, LocalDateTime, and OffsetDateTime. OffsetDateTime represents a date-time with an offsetβ¦
π Spring Data 2020.0 - New and Noteworthy - A general Overview
https://spring.io/blog/2020/11/06/spring-data-2020-0-new-and-noteworthy-a-general-overview
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/06/spring-data-2020-0-new-and-noteworthy-a-general-overview
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2020.0 - New and Noteworthy - A general Overview
<p>Spring Data 2020.0, based on <a href="https://spring.io/blog/2020/10/27/spring-framework-5-3-goes-ga">Spring Framework 5.3</a>, is out and with it, a ton of new features across the various stores, which are covered by the individual modules. While postingβ¦
π Spring @RequestParam vs @PathVariable Annotations
https://www.baeldung.com/spring-requestparam-vs-pathvariable
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-requestparam-vs-pathvariable
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring @RequestParam vs @PathVariable Annotations | Baeldung
Understand the differences between Spring's @RequestParam and @PathVariable annotations.
π Swagger Documentation for Spring Boot rest API β Part II
https://betterjavacode.com/programming/swagger-documentation-for-spring-boot-rest-api-part-ii
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/swagger-documentation-for-spring-boot-rest-api-part-ii
β‘οΈ @SpringFrameworkZone
Code Complete
Swagger Documentation for Spring Boot rest API - Part II - Code Complete
How to add Swagger documentation for Spring Boot based REST API. Details steps of implementation in this blog post.
π Configuring Retry Logic in Spring Batch
https://www.baeldung.com/spring-batch-retry-logic
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-batch-retry-logic
β‘οΈ @SpringFrameworkZone
Baeldung
Configuring Retry Logic in Spring Batch | Baeldung
Spring Batch allows us to set retry strategies on tasks so that they are automatically repeated when there is an error. Here we see how to configure it.
Spring Boot Framework pinned Β«π Java Weekly, Issue 358 https://www.baeldung.com/java-weekly-358 β‘οΈ @SpringFrameworkZoneΒ»
π Reading HttpServletRequest Multiple Times in Spring
https://www.baeldung.com/spring-reading-httpservletrequest-multiple-times
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-reading-httpservletrequest-multiple-times
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Reading HttpServletRequest Multiple Times in Spring
Learn how to read Spring's HttpServletRequest multiple times
π Spring HTTP/HTTPS Channel Security
https://www.baeldung.com/spring-channel-security-https
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-channel-security-https
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring HTTP/HTTPS Channel Security | Baeldung
The article briefly demonstrates how to protect sensitive data by configuring HTTPS and discuss further configuration details of the channel security feature.
π RSocket + WebSocket + Spring Boot = Real Time Application
https://www.vinsguru.com/rsocket-websocket-spring-boot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/rsocket-websocket-spring-boot/
β‘οΈ @SpringFrameworkZone
Vinsguru
RSocket + WebSocket + Spring Boot = Real Time Application | Vinsguru
This tutorial explains how to create a real time application using RSocket WebSocket & Spring Boot.
π CONTINUOUS CONFIGURATION MANAGEMENT WITH JENKINS AND LIQUIBASE
https://piotrminkowski.com/2017/02/08/continuous-configuration-management-with-jenkins-and-liquibase/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/02/08/continuous-configuration-management-with-jenkins-and-liquibase/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Continuous configuration management with Jenkins and Liquibase - Piotr's TechBlog
An important aspect of Continuous Delivery is a configuration management. Configuration is often stored in the database, especially for more complex business applications. The ability to automatically update changes and rollback them in case of new applicationβ¦
π Keycloak Embedded in a Spring Boot Application
https://www.baeldung.com/keycloak-embedded-in-spring-boot-app
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/keycloak-embedded-in-spring-boot-app
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Keycloak Embedded in a Spring Boot Application | Baeldung
Learn how to set up a pre-configured embedded Keycloak server that can be booted up within a Spring Boot application.
π Using the Spring Framework for Enterprise Application Development
https://springframework.guru/using-the-spring-framework-for-enterprise-application-development/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-the-spring-framework-for-enterprise-application-development/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using the Spring Framework for Enterprise Application Development
One of the things I wish to do on this blog is to show you realistic examples of using the Spring Framework in Enterprise Application Development. The Spring Framework is very popular for building largeβ¦