python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to define schema name in @MappedEntity annotation for r2dbc
I have kotlin & Micronaut application connecting to postgresql using r2dbc for reactive approach
r2dbc:
datasources:
default:
schema-generate: NONE
dialect: POSTGRES
url: r...

Ryuzaki L
Votes: 0
Answers: 2
Using secret manager on micronaut and default values
I'm using gcp secret manager to store sensitive information; for example to know the password of the database I use ${sm.database.password}. I'd to know whether there is a way to have an alternative v...
jics
Votes: 0
Answers: 2
Hibernate Micronaut Data JPA: Named parameter not bound : p1
I'm currently creating a simple application with a psql DB using Micronaut Data, and I'm using a CrudRepository to make queries. However I keep receiving the following error when trying to use the &qu...
Aaron Sumner
Votes: 0
Answers: 1
io.micronaut.transaction.exceptions.NoTransactionException in method marked with @Transactional
My team is working in micronaut 3.2.0 and using micronaut-data-jdbc. Currently, I'm seeing this error summarized below below at the code location listed below. Basically, I'm getting a NoTransaction...

Jim Harrington
Votes: 0
Answers: 1