-
install nacos chart 2.1.4 and error appeared.
pod info
```
nacos-fbc868c55-nb8c6 0/1 CrashLoopBackOff 32 (87s ago) 145m
nacos-mysql-0 1/1 Running 0 …
-
Spring Framework 6.1 introduces the new [JdbcClient](https://github.com/spring-projects/spring-framework/issues/30931). We should add an auto-configuration for it.
@jhoeller suggested something lik…
-
**Describe the bug**
本地standalone方式启动Nacos-Server,Nacos-Server版本2.1.2。使用Mysql数据库,数据库版本8.0.31
根据包里面的application.properties.example修改配置文件,可以正常使用。
不知道什么原因突然无法启动,注释掉spring.datasource.platform=mysql后又可以…
-
post:/oauth2/token
java.lang.IllegalArgumentException: The class with org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientAuthenticationToken and name of org.springfra…
-
### Describe the bug
When I use the `kingbase` database, more trace data than expected will be generated. I expected that with `postgresql` data, only one trace data will be generated, but the kingba…
-
When calling the stored procedure in postgres DB using CallableStatement
```java
Connection connection = jdbcTemplate.getDataSource().getConnection();
CallableStatement callableStatement = conne…
-
Hello,
First of, thank you so much for this project! We really appreciate it.
I am trying to deploy open vsx internally though Kubernetes.
I have the frontend, backend, elasticsearch and postgr…
-
```java
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'configOpsController' defined in file [D:\BaiduNetdiskDownload\nacos-2.2.3\config\target\classe…
-
When I use @JdbcTest, or @DataJpaTest or @SpringBootTest in a test,
a JdbcTemplate bean and a NamedParameterJdbcTemplate bean is automatically created 👍.
This is very handy: i can use these beans in…
-
Hello,
I am using spring boot 2.7.4. I'm trying to call this Oracle function:
```sql
FUNCTION GetKey(
p_table VARCHAR2
) RETURN PLS_INTEGER;
```
To do this, I'm using `SimpleJdbcCall`:
…