diff --git a/app-monolith/src/main/resources/application.properties b/app-monolith/src/main/resources/application.properties index baadde9..1ac292f 100644 --- a/app-monolith/src/main/resources/application.properties +++ b/app-monolith/src/main/resources/application.properties @@ -1,6 +1,7 @@ spring.main.banner-mode=off -spring.jpa.database=default +spring.jpa.database=MYSQL spring.jpa.generate-ddl=false +spring.jpa.hibernate.ddl-auto=none spring.datasource.url=jdbc:postgresql://localhost:5432/postgres spring.datasource.username=postgres spring.datasource.password=postgres diff --git a/sc-pipelines.yml b/sc-pipelines.yml index b2814dd..649b4eb 100644 --- a/sc-pipelines.yml +++ b/sc-pipelines.yml @@ -3,8 +3,16 @@ build: test: # list of required services services: - - name: fortune-db + - name: app-monolith-db type: broker - broker: cleardb + broker: elephantsql plan: spark + useExisting: true +stage: + # list of required services + services: + - name: app-monolith-db + type: broker + broker: elephantsql + plan: turtle useExisting: true \ No newline at end of file