Inspect bean definition more thoroughly for factory arguments

Fixes gh-153
This commit is contained in:
Dave Syer
2018-03-02 11:28:33 +00:00
parent dc008cc24d
commit 5528659b4b
4 changed files with 117 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ The sample app creates the shaded jar file, with an `azure` classifier for deplo
=== JSON Configuration
The Azure tooling needs to find some JSON configuration files to tell it how to deploy and intergrate the function (e.g. which Java class to use as the entry point, and which triggers to use). Those files can be created with the Maven plugin for a non-Spring function, but the tooling doesn't work yet with the adapter in its current form. There is an example `function.json` in the sample which hooks the function up as an HTTP endpoint:
The Azure tooling needs to find some JSON configuration files to tell it how to deploy and integrate the function (e.g. which Java class to use as the entry point, and which triggers to use). Those files can be created with the Maven plugin for a non-Spring function, but the tooling doesn't work yet with the adapter in its current form. There is an example `function.json` in the sample which hooks the function up as an HTTP endpoint:
```
{