Add POJO sample and switch to using that for testing

This commit is contained in:
Dave Syer
2017-01-03 17:48:57 +00:00
parent c62216ffba
commit f8a5f02be3
9 changed files with 403 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ public class FunctionAdminController implements CommandLineRunner {
@Override
public void run(String... args) throws Exception {
deploy("sample", "maven://com.example:function-sample:1.0.0.BUILD-SNAPSHOT");
deploy("sample", "maven://com.example:function-sample-pojo:1.0.0.BUILD-SNAPSHOT");
}
private String deploy(String name, String path, String... args) throws Exception {