Updated submodules
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,3 +1,9 @@
|
|||||||
[submodule "account-parent/functions/create-account-function"]
|
[submodule "account-parent/functions/create-account-function"]
|
||||||
path = account-parent/functions/create-account-function
|
path = account-parent/functions/create-account-function
|
||||||
url = https://github.com/kbastani/create-account-function.git
|
url = https://github.com/kbastani/create-account-function.git
|
||||||
|
[submodule "account-parent/functions/account-confirmed-function"]
|
||||||
|
path = account-parent/functions/account-confirmed-function
|
||||||
|
url = https://github.com/event-stream-processing-microservices/account-confirmed-function.git
|
||||||
|
[submodule "account-parent/functions/account-suspended-function"]
|
||||||
|
path = account-parent/functions/account-suspended-function
|
||||||
|
url = https://github.com/event-stream-processing-microservices/account-suspended-function.git
|
||||||
|
|||||||
11
account-parent/account-worker/manifest.yml
Normal file
11
account-parent/account-worker/manifest.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: account-web
|
||||||
|
memory: 512M
|
||||||
|
instances: 1
|
||||||
|
path: ./target/account-web-0.0.1-SNAPSHOT.jar
|
||||||
|
buildpack: java_buildpack
|
||||||
|
services:
|
||||||
|
- rabbit-events
|
||||||
|
- redis-cache
|
||||||
|
disk_quota: 1024M
|
||||||
|
host: account-event-web
|
||||||
|
domain: cfapps.io
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package demo.function;
|
||||||
|
|
||||||
|
public class AccountService {
|
||||||
|
}
|
||||||
Submodule account-parent/functions/account-activated-function added at 0732443191
Submodule account-parent/functions/account-archived-function added at bc84d25a14
Submodule account-parent/functions/account-confirmed-function added at 9750acd1d5
Submodule account-parent/functions/account-suspended-function added at e1fee403ac
Submodule account-parent/functions/account-unarchived-function added at 0144a13967
Submodule account-parent/functions/account-unsuspended-function added at 8a0c8e3a4f
Reference in New Issue
Block a user