Updated submodules

This commit is contained in:
Kenny Bastani
2016-12-15 06:10:26 -10:00
parent 945a954faf
commit c9bb7addf8
10 changed files with 28 additions and 1 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,9 @@
[submodule "account-parent/functions/create-account-function"]
path = account-parent/functions/create-account-function
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

View 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

View File

@@ -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-unarchived-function added at 0144a13967

Submodule account-parent/functions/account-unsuspended-function added at 8a0c8e3a4f