'GCP Cloud Functions with spring cloud function and spring native
Solution 1:[1]
As Mentioned by @guillaume blaquiere,
AOT isn’t supported by Cloud Functions, you can use Cloud Run instead, to compile and deploy your container.
You can also try referring to this codelabs quickstart to get you started with the Spring Native on Google Cloud.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |

