-
Due to work requirements, we have updated the Java version to 22. As some libraries also need to be upgraded, we found that ShardingSphere needs to be updated to 5.4.1. However, we could not find the …
-
Please add support / auto-configuration for Vibur DBCP connection pool (https://github.com/vibur/vibur-dbcp) in spring-boot.
Vibur DBCP is a concurrent, fast, and fully-featured JDBC connection poo…
-
I am using your library with spring boot.
```
implementation("com.amazonaws.secretsmanager:aws-secretsmanager-jdbc:2.0.2")
```
I have the following settings in my `application.yaml`:
```
spri…
-
## Question:
Most of the time it works, but occasionally errors, parameters and SQL are correct
1、My projects occasionally have the following errors :
.278277293+08:00
### Cause: java.sql…
-
代码拉下来,本地安装了Oracle数据库,但是启动报错找不到users表。
这是数据库配置
spring.datasource.url=jdbc:oracle:thin:@//10.0.34.233:1521/ORCLCDB
spring.datasource.username=SYSTEM
spring.datasource.password=123456
spring.jpa.pro…
-
**[metacubed](https://jira.spring.io/secure/ViewProfile.jspa?name=metacubed)** opened **[DATAREST-1300](https://jira.spring.io/browse/DATAREST-1300?redirect=false)** and commented
Spring Data JDBC re…
-
Here is an example: https://spring.io/guides/gs/relational-data-access
The goal is to force us to write SQL queries to retrieve the data for the API. :)
So all the methods will need to be writte…
-
Hello,
I tried to do a query on a PostgresSQL database with JSON content, something like:
`
select * from mytable where mytable -> 'myelement' ? 'key123';
`
It doesn't work as this in a native …
-
I'm developing an application that connects to PostgreSQL via JDBC using Spring Boot and HikariCP.
When attempting to stop the application (sending SIGINT) while a long-running query is active, it …
-
I've create a project with the following entity
```
public record Contact(
@Id Long id,
Boolean isOrganization
){};
```
I'm using it with a standard repository
```
@Component
p…