ConsentSvcOracleMap.config 964 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <settings>
  5. <setting useStatementNamespaces="false" />
  6. </settings>
  7. <!--<주의> 파일 경로를 지정 할 때 역슬러시(\)를 두 번(\\) 사용 해야 합니다.-->
  8. <providers resource="Conf\\Providers.config"/>
  9. <database>
  10. <provider name="oracleClient2.0" />
  11. <!--교육-->
  12. <dataSource name="KNUHHospitalDB" connectionString="Data Source=
  13. DEMO_SERVER;Persist Security Info=True;User ID=EMA;Password=ema1503##;Unicode=True;"/>
  14. </database>
  15. <sqlMaps>
  16. <sqlMap resource="OracleQuery\\CLIP.e-Form.Consent.ResultMap.xml" />
  17. <sqlMap resource="OracleQuery\\CLIP.e-Form.Consent.FormRepository.xml" />
  18. <sqlMap resource="OracleQuery\\CLIP.e-Form.Server.Viewer.Data.xml" />
  19. <sqlMap resource="OracleQuery\\CLIP.e-Form.Server.Code.xml" />
  20. </sqlMaps>
  21. </sqlMapConfig>