-
**[MyeongHyeonLee](https://jira.spring.io/secure/ViewProfile.jspa?name=myeonghyeonlee)** opened **[DATAJDBC-385](https://jira.spring.io/browse/DATAJDBC-385?redirect=false)** and commented
The access …
-
### Expected Behavior
1. Create a new project using https://launch.micronaut.io. Default settings, but with `jdbc-hikari` added:
![image](https://user-images.githubusercontent.com/13063119/1344543…
-
I am using liquibase 3.5.3 with hibernate 5.2.9.Final and envers 5.2.12.Final.
liquibase configuration:
pom.xml:
```
org.liquibase
liquibase-maven-plugin…
-
Preamble: I have been sent here by @schauder in spring-data-relational in regards to https://github.com/spring-projects/spring-data-relational/issues/1300.
Currently `JdbcTemplate` does not support…
-
If a project uses a database related starter (e.g. spring-boot-starter-data-jpa, spring-boot-starter-data-jdbc, ...) and also modulith is configured during project setup there are two modulith depende…
-
### 请描述您的问题
配置了redis的密码,metersphere启动时为什么连不上,还报了个NOAUTH Authentication required
![image](https://github.com/user-attachments/assets/dbd0ae8e-19af-43e4-8db5-c375b8366091)
```shell
2024-11-06 …
-
## master 数据源配置
spring.datasource.druid.one.url=jdbc:mysql://localhost:3307/socks?useSSL=false&useUnicode=true&characterEncoding=utf8
spring.datasource.druid.one.username=root
spring.datasource.dru…
-
- [x] The mockito message in the stacktrace have useful information, but it didn't help
- [x] The problematic code (if that's possible) is copied here;
Note that some configuration are imposs…
-
Using the `SelectBuilder` often requires casting because type information is lost in the API.
One example: https://github.com/spring-projects/spring-data-jdbc/blob/79923b66dc67f49a294a68eeab82a76b5…
-
I would like to use and test data JDBC but for local development I use SQLite, and before I used spring data JPA that has a support by Hibernate but hibernate use a custom dialect implementation that …