Postgres version #1
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue