| | |
| | | |
| | | fileContext = fileContext.replace("$flushBusinessInfo$", mappingContext); |
| | | fileContext = fileContext.replace("$autoSaveDelBusiness$", autoMappingContext); |
| | | System.out.println(this.getClass().getResource("/listener").getPath()); |
| | | String writePath = this.getClass().getResource("/listener").getPath() + "/Abstract" + toUpperCaseFirstOne(data.getName()) + "BusinessServiceDataFlowListener.java"; |
| | | String writePath = this.getClass().getResource("/").getPath() |
| | | + "out/back/listener/" + data.getName() + "/Abstract" + toUpperCaseFirstOne(data.getName()) + "BusinessServiceDataFlowListener.java"; |
| | | writeFile(writePath, |
| | | fileContext); |
| | | } |