Spring Boot Framework pinned ยซ๐ Java Weekly, Issue 351 https://www.baeldung.com/java-weekly-351ยป
๐ Spring Boot multipart file upload example Postman
https://technicalsand.com/spring-boot-multipart-file-upload-example-postman/
https://technicalsand.com/spring-boot-multipart-file-upload-example-postman/
TechnicalSand | A platform to discuss Software development processes, practices & tips. Lets learn and share to developer community.
Spring Boot multipart file upload example Postman
Spring boot rest api can be easily configured to upload a single file, multiple files or an object containing both files and other properties. There are a number of ways to create a rest api which can accept a file. We will try to dive in multiple examplesโฆ
๐ Projections with JPA and Hibernate
https://thorben-janssen.com/projections-with-jpa-and-hibernate/
https://thorben-janssen.com/projections-with-jpa-and-hibernate/
Thorben Janssen
Projections with JPA and Hibernate
JPA and Hibernate support 3 kinds of projections. Picking the right one and is often main difference between a slow and an efficient use case implementation.
๐ Spring Boot for Apache Geode 1.1.10.RELEASE, 1.2.10.RELEASE, 1.3.4.RELEASE and 1.4.0-M3 available!
https://spring.io/blog/2020/09/21/spring-boot-for-apache-geode-1-1-10-release-1-2-10-release-1-3-4-release-and-1-4-0-m3-available
https://spring.io/blog/2020/09/21/spring-boot-for-apache-geode-1-1-10-release-1-2-10-release-1-3-4-release-and-1-4-0-m3-available
spring.io
Spring Boot for Apache Geode 1.1.10.RELEASE, 1.2.10.RELEASE, 1.3.4.RELEASE and 1.4.0-M3 available!
<div class="paragraph">
<p>On behalf of the Spring and Apache Geode communities, it is my pleasure to announce the release of <em>Spring Boot for Apache Geode</em> (SBDG) <code>1.1.10.RELEASE</code>, <code>1.2.10.RELEASE</code>, <code>1.3.4.RELEASE</code>โฆ
<p>On behalf of the Spring and Apache Geode communities, it is my pleasure to announce the release of <em>Spring Boot for Apache Geode</em> (SBDG) <code>1.1.10.RELEASE</code>, <code>1.2.10.RELEASE</code>, <code>1.3.4.RELEASE</code>โฆ
๐ Spring Session for Apache Geode 2.1.11.RELEASE, 2.2.5.RELEASE, 2.3.1.RELEASE & 2.4.0-RC1 available!
https://spring.io/blog/2020/09/21/spring-session-for-apache-geode-2-1-11-release-2-2-5-release-2-3-1-release-2-4-0-rc1-available
https://spring.io/blog/2020/09/21/spring-session-for-apache-geode-2-1-11-release-2-2-5-release-2-3-1-release-2-4-0-rc1-available
spring.io
Spring Session for Apache Geode 2.1.11.RELEASE, 2.2.5.RELEASE, 2.3.1.RELEASE & 2.4.0-RC1 available!
<div class="paragraph">
<p>On behalf of the Spring and Apache Geode communities, it is my pleasure to announce the release of <em>Spring Session for Apache Geode</em> (SSDG) <code>2.1.11.RELEASE</code>, <code>2.2.5.RELEASE</code>, <code>2.3.1.RELEASE</code>โฆ
<p>On behalf of the Spring and Apache Geode communities, it is my pleasure to announce the release of <em>Spring Session for Apache Geode</em> (SSDG) <code>2.1.11.RELEASE</code>, <code>2.2.5.RELEASE</code>, <code>2.3.1.RELEASE</code>โฆ
๐ The best way to fix the Hibernate โHHH000104: firstResult/maxResults specified with collection fetch; applying in memory!โ warning message
https://vladmihalcea.com/fix-hibernate-hhh000104-entity-fetch-pagination-warning-message/
https://vladmihalcea.com/fix-hibernate-hhh000104-entity-fetch-pagination-warning-message/
Vlad Mihalcea
The best way to fix the Hibernate "firstResult/maxResults specified with collection fetch; applying in memory!" warning messageโฆ
Learn how to fix the Hibernate "HHH000104: firstResult/maxResults specified with collection fetch; applying in memory!" warning message.
๐ Spring Boot performance monitoring
https://vladmihalcea.com/spring-boot-performance-monitoring/
https://vladmihalcea.com/spring-boot-performance-monitoring/
Vlad Mihalcea
Spring Boot performance monitoring - Vlad Mihalcea
Learn how to speed up the data access layer in a Spring Boot application using the Hypersistence Optimizer performance monitoring utility.
๐ Spring Security SAML Extensions 1.x EOL on October 6, 2021
https://spring.io/blog/2020/09/22/spring-security-saml-extensions-1-x-eol-on-october-6-2021
https://spring.io/blog/2020/09/22/spring-security-saml-extensions-1-x-eol-on-october-6-2021
spring.io
Spring Security SAML Extensions 1.x EOL on October 6, 2021
<div class="paragraph">
<p>With the recent release of Spring Security 5.4, weโd like to announce that maintenance for <a href="https://github.com/spring-projects/spring-security-saml">Spring Security SAML Extensions 1.x</a> will end on 6 October 2021.</p>โฆ
<p>With the recent release of Spring Security 5.4, weโd like to announce that maintenance for <a href="https://github.com/spring-projects/spring-security-saml">Spring Security SAML Extensions 1.x</a> will end on 6 October 2021.</p>โฆ
๐ This Week in Spring - September 22, 2020
https://spring.io/blog/2020/09/22/this-week-in-spring-september-22-2020
https://spring.io/blog/2020/09/22/this-week-in-spring-september-22-2020
spring.io
This Week in Spring - September 22, 2020
<p>Hi, Spring fans! Welcome to another fun-filled and fantastic installment of <em>This Week in Spring</em> where we review the week that was in the Java ecosystem. Itโs been quite a week indeed. SOoo many new releases and so many interesting things goingโฆ
๐ How does a relational database work
https://vladmihalcea.com/how-does-a-relational-database-work/
https://vladmihalcea.com/how-does-a-relational-database-work/
Vlad Mihalcea
How does a relational database work - Vlad Mihalcea
Introduction While doing my High-Performance Java Persistence training, I came to realize that itโs worth explaining how a relational database works, as otherwise, it is very difficult to grasp many transaction-related concepts like atomicity, durabilityโฆ
๐ Injecting Prototype Beans into a Singleton Instance in Spring
https://www.baeldung.com/spring-inject-prototype-bean-into-singleton
https://www.baeldung.com/spring-inject-prototype-bean-into-singleton
Baeldung on Kotlin
Injecting Prototype Beans into a Singleton Instance in Spring | Baeldung
Learn how to inject prototype beans into a singleton-scoped bean instance.
๐ Quick tip: Referencing other Properties in Spring
www.javacodegeeks.com/2020/09/quick-tip-referencing-other-properties-in-spring.html
www.javacodegeeks.com/2020/09/quick-tip-referencing-other-properties-in-spring.html
Java Code Geeks
Quick tip: Referencing other Properties in Spring | Java Code Geeks - 2020
In Spring property (or yaml) files we can reference other properties using the ${..} syntax. For example: 1 2 3 external.host=https://api.external.com