Oussama

Results 5 comments of Oussama

@markodvornik @garronej My work around this is to generate the files from `KcMessages` ```javascript import * as fs from "fs"; import { kcMessages } from "./login"; Object.keys(kcMessages).map((lang) => { let...

in Hexagonal Architecture for example we have a `domain` class and a `jpaEntity` class; - the domain class could be: ```java class User { private String id; private String fullname;...

Here's my attempt to integrate `react-select` with shadcn/ui, [code in Gist](https://gist.github.com/ilkou/7bf2dbd42a7faf70053b43034fc4b5a4)

> Please note that `spring.datasource.hikari.*` (min/max idle, timeout, etc) and `spring.datasource.hikari.data-source-properties.*` should then also automatically be applied to any secondary auto-configured datasource. As it's likely the user wants the same...

I have the same error (using `JdbcTemplate` and also with `JdbcClient`, in a `spring boot` app) ```console Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing...