Make it deployable via its maven coordinates in spring-cloud-function-deployer (it is deployed by default on start up right now, but that's just a demo)
5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
|
|
java -jar ../spring-cloud-function-web/target/spring-cloud-function-web-1.0.0.BUILD-SNAPSHOT.jar ${@}
|
|
|