@@ -1,20 +1,9 @@
spring:
datasource:
- platform: postgres
url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_registration
username: crss_reg
password: crss_reg
- driverClassName: org.postgresql.Driver
- jpa:
- database: POSTGRESQL
- show-sql: false
- properties:
- hibernate:
- dialect: org.hibernate.dialect.PostgreSQL94Dialect
- #we dont need spring mvc here
- freemarker:
- enabled: false
- template-loader-path: classpath:/mail/templates
+
crss:
docmgt:
root-dir: /crss/docmgt
url: jdbc:postgresql://localhost:5432/crss_reg
server:
port: 8081
@@ -3,15 +3,9 @@ spring:
url: jdbc:postgresql://192.168.241.62:5432/crss_reg
hikari:
connectionTimeout: 10000
maximumPoolSize: 20
xdf:
@@ -3,12 +3,6 @@ spring:
url: jdbc:postgresql://192.168.235.6:5432/crss_reg
- hikari:
+| hikari:
- maximumPoolSize: 20
+ maximumPoolSize: 20
@@ -2,12 +2,8 @@ spring:
profiles.include: audit
jpa:
- database: ORACLE
properties:
- jadira.usertype.autoRegisterUserTypes: true
hibernate:
- dialect: org.hibernate.dialect.Oracle10gDialect
integration.envers.enabled: true
http:
multipart:
@@ -16,6 +12,7 @@ spring:
resources:
chain:
gzipped: true