Skip to content

Customize and Develop:use registry database

forumbyr edited this page Mar 12, 2015 · 1 revision

Registry can modify code to use its own database and schema.

  1. If database is not MYSQL, you should change database driver:
  1. Modify JAVA code of DAO implementation
    Modify all DAO implementation JAVA class, such as DomainQueryDaoImpl:
  • Change DAO implementation according to your own database schema.
  • If you need more properties than default, you can add your custom properties .