Rate This Document
Findability
Accuracy
Completeness
Readability

Application Porting

  1. Click the Application tab to display the following result. Click Quick Fix to perform one-click modification of SQL statements.
    Figure 1 Application porting result
    Figure 2 Quick Fix
  2. Change the DM8 database connection configuration.

    In this practice, the database is switched from MySQL to DM8. You need to modify the database source information and driver dependency.

    Replace lines 9 to 11 in the ruoyi-admin/WEB-INF/classes/application-druid.yml file with the three lines:

    Note: The IP address, port, user name, and password in the URL must be changed to the connection configuration of the DM8 database.

    1
    2
    3
    url: jdbc:dm://xx.xx.xx.xx:5236?schema=ry&useUnicode=true&characterEncoding=utf8
    username: SYSDBA
    password: SYSDBA
    
  3. Click Download Application Package to obtain the modified application package.
    Figure 3 Download Application Package