package com.hg.ecommerce.config;
/**
* <p>Runtime config, configuration happens during the runtime.</p>
*
* <p>These Configuration Strategy must save into database, And use a xml file to
* tell the framework what Types are these config entry have.</p>
* @author Li He
*
*/
public class ProjectRuntimeConfig {
}