-
Hi, how do I prevent duplicate users created in the database? for example having an email as their primary source of identity.
I have created multiple users with the same email but the only thing t…
-
##### **Overview of the issue**
Microservice Gateway and a Microservice application:
I've created an entity Patient with the DateTime field 'birthDate', when I access to the Create Dialog in the g…
-
Are there any plans for supporting SQL `join` in the query interface? Along the same lines.. what about creating tables?
Edit: Just noticed the [TODO.md](https://github.com/groue/GRDB.swift/blob/mast…
-
##### **Overview of the issue**
(from https://github.com/jhipster/generator-jhipster/issues/3977)
I wish to use the User entity in order to associate each User with a Customer.
JDL-Importing such a…
lrkwz updated
8 years ago
-
Database: `MSSQL`
EntityFramework: `EntityFramework.Core:7.0.0-rc1-final` and `Microsoft.EntityFrameworkCore:1.0.0-rc2-20261(aspnetcidev)`
``` C#
ctx.DeviceMsgUps
.GroupJoin(ctx.UserDeviceMaps.W…
-
##### **Overview of the issue**
I wish to use the User entity in order to associate each User with a Customer.
JDL-Importing such a definition generates an error
```
$ yo jhipster:import-jdl jhips…
lrkwz updated
8 years ago
-
I cannot import greenDAO 3 in my code for some reason. I have included it in my build.gradle and used gradle sync, but still it doesn't work.
I used the code from the example project.
```
import and…
-
It would be nice if MapStruct could support compound properties mappings. For example I would like to map `Person.Address.street` property to `PersonDto.addressStreet`.
First of all `@Mapping` annota…
-
##### **Overview of the issue**
API call from Swagger UI for a microservice API endpoint results in a 403 error.
JWT was generated and included in the header as 'Authorization: Bearer '
Generated …
-
I'd love to revamp the documentation of this bundle, but before starting this huge task, I'd like to know if the bundle creators and/or managers are willing to include major changes in the documentati…