}
public static void main(String[] args) {
String path = "F:/develop/workspace2/firefly-template/src/test/page";
// String path = "/Users/qiupengtao/Documents/workspace/firefly-project/firefly-template/src/test/page";
Config config = new Config();
config.setViewPath(path);
ViewFileReader reader = new ViewFileReader();
reader.setConfig(config);
reader.readAndBuild();
}