Postgres version #1

Merged
c4181 merged 17 commits from postgres-version into main 2025-11-19 17:38:10 +00:00
Showing only changes of commit a4222522c0 - Show all commits

View file

@ -2,12 +2,14 @@ package com.c4181.beans;
import com.c4181.properties.AppProperties;
import com.google.maps.GeoApiContext;
import io.quarkus.runtime.annotations.RegisterForReflection;
import javax.enterprise.context.ApplicationScoped;
import javax.enterprise.inject.Produces;
import javax.inject.Inject;
@ApplicationScoped
@RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class})
public class GoogleApiBeans {
@Inject