-
Hi, I am trying to build vanilla-jpa with MySQL as database, but got some error.
**1. Add mysql dependency and some config**
pom.xml
```
mysql
mysql-connector-java
runtime
```
applicat…
-
"timestamp": "2021-01-14T05:04:35.402+00:00",
"status": 500,
"error": "Internal Server Error",
"trace": "org.springframework.dao.DataIntegrityViolationException: could not execute state…
-
After upgrading from 2.3.6. to 2.3.7. the _data.sql_ scripts are not any longer executed when starting test runs.
The scripts are located in _src/test/resources_
I've checked this and since I ne…
-
I have created sample project where i configured two datalayer's providers, blocking H2 in-memory and reactive H2 in memory: (checkout commit "blocking vs reactive refs, 6847756")
[https://github.com…
ndopj updated
3 years ago
-
App currently has a single user that's not verified.
request URL: /participant-manager-datastore/apps/1/participants
participant manager datastore exception log:
```org.springframework.dao.Inva…
-
## Question
I have a column in java BigDecimal type, it rappresent a money value so like XXXXXXX,YY.
I use always encryption sqlserver, and define the column NUMERIC(18,2).
the error is:
Cause…
-
My repository calling stored procedure like this,
@Repository
```
@Procedure(procedureName = "sp_name")
Map callingSP();
```
sp_name is look like this
```
CREATE PROCEDURE [dbo].[sp_na…
-
## Describe the bug
The procedure proposed to upgrade the Docker ThingsBoard version from one to another (provided below) does not work as expected.
```
docker pull thingsboard/tb-postgres
docke…
-
I run Spring Boot 2.5.0 application in Spring Tool Suite (Version: 3.9.7.RELEASE). Stopping that application by STS 'stop' button, I find `destroy` of DisposableBean not excuted. If I return to Spring…
-
**Describe the bug**
Getting `com.hazelcast.nio.serialization.HazelcastSerializationException: Failed to serialize` when fetching an immutable entity.
**Expected behavior**
Expected to load…