python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Spring Data Jdbc and Oracle21c
for my latest assignment I'm developing a Spring boot application which will connect with an Oracle 21c database.
The feature of the oracle release we're interested in is the native JSON data type cal...
drew1927
Votes: 0
Answers: 1
spring-data-jdbc: JdbcQueryCreator: Cannot query by nested entity
I'm in the process of creating a service using Spring Boot (first time using Spring). I have an entity that is identified by a triple (mission, cycle, id) in the database, this is logically the prima...
asm
Votes: 0
Answers: 1
Why does HSQLDB and Spring Data JDBC claim my table does not exist?
I posted something similar of the same issue a few days ago but now I think I (with the help of some of the people who commented on the post) narrowed it down to know what I need help with exactly. I ...
ultracookies
Votes: 0
Answers: 2
Spring can't find repository bean
I'm using spring boot with spring data jdbc and I got trouble with run my app
I have StudentService class:
package ru.turnip.service;
import org.springframework.scheduling.annotation.Scheduled;
impor...
Suraev Ivan
Votes: 0
Answers: 0