АС
Size: a a a
АС
IP
@Type(type = "jsonb")
private List<OrderItem> orderItems = new ArrayList<>();
@Type(type = "jsonb")
private OrderItems orderItems; //список теперь в сущности-враппере
DS
DS
А
RS
RS
root.fetch("members", JoinType.LEFT);
T
AW
@Bean
public CredentialsProvider credentialsProvider() {
return NoCredentialsProvider.create();
}
AW
@Configuration
@ConditionalOnProperty(name = "spring.cloud.gcp.emulator-enabled", havingValue = "true")
public class GcpConfiguration {
@Bean
public CredentialsProvider credentialsProvider() {
return NoCredentials::getInstance;
}
}
Caused by: java.io.IOException: The Application Default Credentials are not available. They are available if running in Google Compute Engine. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
PD
EI
SA
SA
АС
СЭ
АС
РН
EI