↧
Answer by Alexandre DONAZZAN for Spring and Azure function
Do you add your package to scan for spring cloud function ?spring.cloud.function.scan.packages="yourPackage"It is to add in your application.properties
View ArticleAnswer by O. Schnieders for Spring and Azure function
It looks like that there are a lot of changes between spring cloud v1 and v2. Have a quick look at this blog post: https://spring.io/blog/2018/09/25/spring-cloud-function-2-0-and-azure-functionsIf you...
View ArticleAnswer by markusgulden for Spring and Azure function
As some asked for a solution in the comments above, I'm assuming that this problem might be of relevance for other users, too.So I think Spring Cloud Function is the magic word here: besides some other...
View ArticleSpring and Azure function
Does Spring work with Azure functions? For example: Rest API that the code inside uses "Autowired" annotation (After running mvn azure-functions:run I've got NullPointerException on...
View Article