Learn how to save and update entities to a database using Spring Data CrudRepository.
Baeldung Editor
Darragh Pigott
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Persistence (4)
- DevOps (4)
- Testing (3)
- Spring Security (3)
- Spring MVC (3)
- Spring (3)
- JSON (3)
- Spring Data (2)
- Spring Boot (2)
- Java (2)
- Jakarta EE (2)
- Core Java (2)
- Security (1)
- Logging (1)
- Java String (1)
- Java Numbers (1)
- Java List (1)
- Java Dates (1)
- JPA (1)
- HTTP Client-Side (1)
- Architecture (1)
Convert Double to String, Removing Decimal Places
Filed under Java Numbers
Learn how to convert a Double to a String while removing the fractional digits using a number of different approaches.
Ratpack HTTP Client
Filed under HTTP Client-Side
Learn how to respond to HTTP requests asynchronously using the Ratpack HttpClient.
Guide to Jakarta EE JTA
Filed under Jakarta EE, Persistence
Learn how to execute multi-resource transactions with Jakarta EE JTA.
Add a Character to a String at a Given Position
Filed under Java String
Learn how to change a String by inserting a new character at an arbitrary position.
ClassCastException: Arrays$ArrayList cannot be cast to ArrayList
Filed under Java List
Learn how to avoid a ClassCastException when working with various Java List implementations.
Mock Static Method using JMockit
Filed under Testing
Learn how to mock static methods in Java using the JMockit library.
Introduction to Chaos Monkey
Filed under DevOps, Spring Boot
Learn how to introduce elements of chaos engineering to a Spring Boot application using Chaos Monkey.
Overview of JSON Pointer
Filed under JSON
Learn how to use JSON Pointer to access, read, and update JSON data.