Explorar o código

removed resourceLocation for datainterface + setup application-pemc-uat-bcq for new settlement app

Jejomar Dimayuga %!s(int64=8) %!d(string=hai) anos
pai
achega
51f936f7a9

+ 1 - 1
crss-datainterface-task-ingest/application-dev.yml

@@ -61,7 +61,7 @@ logging:
     org.hibernate.stat: debug
 
 batch:
-  resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"
+  # resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"
   partitionSize:
     mq: 1500
     ssla: 1500

+ 1 - 1
crss-datainterface-task-ingest/application-dev2.yml

@@ -70,7 +70,7 @@ logging:
     org.hibernate.stat: debug
 
 batch:
-  resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"
+  #resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"
   partitionSize:
     mq: 1500
     ssla: 1500

+ 1 - 1
crss-datainterface-task-ingest/application-pemc-uat.yml

@@ -58,7 +58,7 @@ logging:
     org.hibernate.stat: debug
 
 batch:
-  resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"
+  #resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"
   partitionSize:
     mq: 1500
     ssla: 1500

+ 1 - 1
crss-datainterface-task-ingest/application-qa.yml

@@ -58,7 +58,7 @@ logging:
     org.hibernate.stat: debug
 
 batch:
-  resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"
+  #resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"
   partitionSize:
     mq: 1500
     ssla: 1500

+ 1 - 1
crss-datainterface-task-ingest/application.yml

@@ -52,7 +52,7 @@ logging:
     org.hibernate.stat: debug
 
 batch:
-  resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"
+  # resourceLocation: "file:target/libs/crss-datainterface-task-ingest-1.0.0.BUILD-SNAPSHOT.jar"
   partitionSize:
     mq: 1500
     ssla: 1500

+ 77 - 0
crss-settlement-app/application-pemc-uat-bcq.yml

@@ -0,0 +1,77 @@
+spring:
+  crss-stl:
+    datasource:
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/bcq_crss_settlement
+      username: bcq_crss_settlement
+      password: bcq_crss_settlement
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
+  jpa:
+    show-sql: false
+    generate-ddl: true
+    properties:
+      hibernate:
+        dialect: org.hibernate.dialect.PostgreSQL81Dialect
+        ddl-auto: validate
+        hbm2ddl:
+          import_files:
+
+  # prevent batch job from running on app start
+  batch:
+    job:
+      enabled: false
+
+#liquibase:
+#  change-log: classpath:/db/db.changelog-master.xml
+
+server:
+  port: 8082
+  undertow:
+    accesslog:
+      dir: target
+      enabled: true
+      pattern: combined
+  compression:
+    enabled: true
+    min-response-size: 1
+
+#security:
+#  oauth2:
+#    client:
+#      accessTokenUri: http://localhost:8082/oauth/access_token
+#      userAuthorizationUri: http://localhost:8082/oauth/authorize
+#      clientId: crss
+#      clientSecret: crsssecret
+#      authorized-grant-types: authorization_code,refresh_token,password
+#      scope: openid
+#      access-token-validity-seconds: 3600
+#    resource:
+#      userInfoUri: http://localhost:8082/user
+
+logging:
+  level:
+    com.pemc: DEBUG
+    com.netflix: DEBUG
+    org.springframework.cloud: DEBUG
+    org.apache.http: DEBUG
+
+dataflow:
+  url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
+
+job:
+  maxRun: 1
+
+report:
+  directory:
+    base: report/
+
+sftp:
+  credentials:
+    username: pemc
+    password: 123qwe
+    host: sftp.marathon.l4lb.thisdcos.directory
+    port: 22
+    workingDirectory: /upload/stl
+    privateKey: