micronaut-data Questions
4
Solved
I am getting this following exception when I try configuring micronaut-data with inmemory h2 database and Jpa.
I have been following the documentation
I created the project from command line with ...
Clownery asked 9/10, 2019 at 16:26
1
Solved
I have been investigating using Micronaut Data JDBC as an augmentation for existing jdbi queries. Is it possible to do nested MappedEntity's and return the children?
Example is for a simple Warehou...
Iconoclast asked 20/4, 2021 at 18:5
2
Solved
Let's say I have an API to GET list of users. Controller -> Service -> Repository.
Coming from Spring background, where for writing test for this API, in test, we could declare the repository...
Weightlessness asked 3/12, 2020 at 9:31
1
Solved
According to micronaut-data reactive guide,
"...
In the case of reactive execution and if the backing implementation is blocking, Micronaut Data will use the Configured I/O thread pool to sche...
Bedaub asked 22/10, 2020 at 15:40
5
I am evaluating micronaut and am attempting to port a small application as a pilot project. I have run into a snag dealing with datasources/repositories.
I have the following application.yml:
mic...
Whipstitch asked 16/1, 2020 at 21:16
1
Solved
I use Micronaut Data with JPA and have two entities. The first one is Recipe:
@Entity
public class Recipe {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
private...
Treachery asked 28/9, 2019 at 8:9
2
Solved
I want to use JPA for micronaut. For that I am using io.micronaut.data:micronaut-data-hibernate-jpa:1.0.0.M1 library. Whenever I run my application and hit the endpoint to get the data, I get the f...
Buchmanism asked 9/9, 2019 at 6:32
1
© 2022 - 2024 — McMap. All rights reserved.