π Hibernate Session doWork and doReturningWork methods
https://vladmihalcea.com/hibernate-session-dowork-doreturningwork/
https://vladmihalcea.com/hibernate-session-dowork-doreturningwork/
Vlad Mihalcea
Hibernate Session doWork and doReturningWork methods - Vlad Mihalcea
Learn when to use the doWork and doReturningWork Hibernate Session methods that allow you to get access to the underlying JDBC Connection.
π How to add Stripe Payment to Spring Boot Application
https://betterjavacode.com/programming/how-to-add-stripe-payment-to-spring-boot-application
https://betterjavacode.com/programming/how-to-add-stripe-payment-to-spring-boot-application
Code Complete
How to add Stripe Payment to Spring Boot Application - Code Complete
If you are building a saas application, you will need payment gateway. Stripe Payment offers an API so applications can connect.
π Using JdbcTemplate with Spring Boot and Thymeleaf
https://springframework.guru/using-jdbctemplate-with-spring-boot-and-thymeleaf/
https://springframework.guru/using-jdbctemplate-with-spring-boot-and-thymeleaf/
Spring Framework Guru
Using JdbcTemplate with Spring Boot and Thymeleaf
In this tutorial, we will be building a demo web application for a Dog Rescue organization that uses JdbcTemplate and Thymeleaf. For this example, we will be using a MySQL database. However, this example isβ¦
π Spring Cloud 2020.0.0-M4 (aka Ilford) Is Available
https://spring.io/blog/2020/10/07/spring-cloud-2020-0-0-m4-aka-ilford-is-available
https://spring.io/blog/2020/10/07/spring-cloud-2020-0-0-m4-aka-ilford-is-available
Spring Cloud 2020.0.0-M4 (aka Ilford) Is Available
Level up your Java code and explore what Spring can do for you.
π Show Hibernate/JPA SQL Statements from Spring Boot
https://www.baeldung.com/sql-logging-spring-boot
https://www.baeldung.com/sql-logging-spring-boot
Baeldung on Kotlin
Show Hibernate/JPA SQL Statements in Spring Boot | Baeldung
Learn how you can configure logging of the generated SQL statements in your Spring Boot application.
π Fifth Round of Improvements to the Reddit Application
https://www.baeldung.com/reddit-web-app-improvements-5
https://www.baeldung.com/reddit-web-app-improvements-5
Baeldung
Fifth Round of Improvements to the Reddit App | Baeldung
We separate the front end and the API into their own servlets, introduce email notifications on Reddit comments and generally make things better.
π REST Query Language with Querydsl Web Support
https://www.baeldung.com/rest-api-search-querydsl-web-in-spring-data-jpa
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/rest-api-search-querydsl-web-in-spring-data-jpa
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
REST Query Language with Querydsl Web Support | Baeldung
A quick intro to the web support in Spring Data JPA Querydsl and how to easily set that up within a REST API.
π A Bootiful Podcast: Reactor team engineer, fellow Java Champion, and conference organizer Audrey Neveu
https://spring.io/blog/2020/10/08/a-bootiful-podcast-reactor-team-engineer-fellow-java-champion-and-conference-organizer-audrey-neveu
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/08/a-bootiful-podcast-reactor-team-engineer-fellow-java-champion-and-conference-organizer-audrey-neveu
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Reactor team engineer, fellow Java Champion, and conference organizer Audrey Neveu
<p>Hi, Spring fans! In this episode <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Reactor team engineer, fellow Java Champion, and conference organizer <a href="http://twitter.com/Audrey_Neveu">Audrey Neveu (@Audrey_Neveu)</a>β¦
π Spring Security 5.4.1, 5.3.5, 5.2.7, 5.1.13, 5.0.19, 4.2.19 Released
https://spring.io/blog/2020/10/08/spring-security-5-4-1-5-3-5-5-2-7-5-1-13-5-0-19-4-2-19-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/08/spring-security-5-4-1-5-3-5-5-2-7-5-1-13-5-0-19-4-2-19-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Security 5.4.1, 5.3.5, 5.2.7, 5.1.13, 5.0.19, 4.2.19 Released
<div class="paragraph">
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.3.5 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.3.5.RELEASE">release notes</a>), 5.2.7 (<a href="https://github.com/springβ¦
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.3.5 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.3.5.RELEASE">release notes</a>), 5.2.7 (<a href="https://github.com/springβ¦
π Spring Boot Web Application β Part 2 β Using ThymeLeaf
https://springframework.guru/spring-boot-web-application-part-2-using-thymeleaf/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-boot-web-application-part-2-using-thymeleaf/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Spring Boot Web Application β Part 2 β Using ThymeLeaf
In the first part of this tutorial series for building a web application using Spring Boot, we looked at creating our Spring project using the Spring Initializr. This handy tool gave us a Spring projectβ¦
π High-Performance Java Persistence Newsletter, Issue 19
https://vladmihalcea.com/high-performance-java-persistence-newsletter-19/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-19/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 19 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Using Kafka with Spring Boot
https://reflectoring.io/spring-boot-kafka/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-kafka/
β‘οΈ @SpringFrameworkZone
π Spring Cloud Gateway OAuth2 with Keycloak
https://piotrminkowski.com/2020/10/09/spring-cloud-gateway-oauth2-with-keycloak/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/10/09/spring-cloud-gateway-oauth2-with-keycloak/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Cloud Gateway OAuth2 with Keycloak - Piotr's TechBlog
This tutorial shows how to configure Spring Cloud Gateway OAuth2 process for microservices architecture. The gateway uses Keycloak.
π Working with Enums in Thymeleaf
https://www.baeldung.com/thymeleaf-enums
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/thymeleaf-enums
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Working with Enums in Thymeleaf | Baeldung
Learn how to work with enums in Thymeleaf.