1. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/23/2018 2:21:21 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

1.1 Files compared

# Location File Last Modified
1 SEOC_1.0.01_Iter_1_Build 1.zip\SEOC_1.0.01_Iter_1_Build 1\seocapi-1.0.01\seocapi\seoc-reactor\seoc-rest-api\src\main\resources Application.properties Tue Feb 6 22:08:33 2018 UTC
2 SEOC_1.0.01_Iter_1_Build 1.zip\SEOC_1.0.01_Iter_1_Build 1\seocapi-1.0.01\seocapi\seoc-reactor\seoc-rest-api\src\main\resources Application.properties Fri Mar 23 19:15:19 2018 UTC

1.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 56
Changed 3 6
Inserted 0 0
Removed 0 0

1.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

1.4 Active regular expressions

No regular expressions were active.

1.5 Comparison detail

  1   #Applicati on.propert ies
  2   #Copyright  (c) 2017  Veterans A ffairs.
  3   #Author :  AbleVets
  4  
  5   #server.po rt =  PORT
  6   #spring.pr ofiles.act ive=prod
  7  
  8   # h2DB
  9   #spring.da tasource.u rl=jdbc:h2 :mem:test;
  10   #spring.da tasource.u sername=sa
  11   #spring.da tasource.p assword=
  12   #spring.da tasource.d river-clas s-name=org .h2.Driver
  13   #spring.da tasource.p latform=h2
  14   #spring.jp a.database -platform= org.hibern ate.dialec t.H2Dialec t
  15   #spring.da tasource.i nitialize= true
  16   #spring.h2 .console.e nabled=tru e
  17   #spring.jp a.hibernat e.ddl-auto =none
  18   #spring.jp a.properti es.hiberna te.jdbc.ba tch_size=2 00
  19   #spring.jp a.show-sql =true
  20  
  21   #Sql Serve r
  22   #spring.da tasource.u rl=jdbc:sq lserver:// localhost: PORT ;databaseN ame=CC_DB_ SEOC;insta nce=localh ost;
  23   #spring.da tasource.u sername=sa
  24   #spring.da tasource.p assword= AI
  25   #spring.da tasource.d riverClass Name=com.m icrosoft.s qlserver.j dbc.SQLSer verDriver
  26   #spring.da tasource.i nitialize= true
  27   #spring.jp a.properti es.hiberna te.dialect =org.hiber nate.diale ct.SQLServ erDialect
  28   #spring.jp a.hibernat e.ddl-auto  = none
  29   #spring.jp a.show-sql =true
  30   #To stop d efault con verstion o f column n ames to SN AKE_CASE
  31   #spring.jp a.hibernat e.naming.s trategy=or g.hibernat e.cfg.Impr ovedNaming Strategy