Skip to content
Advertisement

Tag: google-cloud-platform

How to disable Google Cloud Platform integration?

I have these two dependencies in my POM file: I’d like to disable these GCP features in certain profiles. I need to test my app locally but GCP keeps getting in the way. Answer Spring depends on auto-configuration when setting up the application. In many cases, it scans the classpath for certain dependencies, and if they are present, auto-configuration is

Advertisement