| | |
| | | import com.lf.server.entity.all.PermsAuthEntity; |
| | | import com.lf.server.entity.all.ResAuthEntity; |
| | | import com.lf.server.entity.bd.DlgagnpEntity; |
| | | import com.lf.server.entity.data.MetaEntity; |
| | | import com.lf.server.entity.data.MetaFileEntity; |
| | | import com.lf.server.entity.md.*; |
| | | import com.lf.server.helper.*; |
| | |
| | | import com.lf.server.service.all.BaseQueryService; |
| | | import com.lf.server.service.all.PermsService; |
| | | import com.lf.server.service.all.UploadAttachService; |
| | | import com.lf.server.service.data.MetaService; |
| | | import com.lf.server.service.data.UploadService; |
| | | import com.lf.server.service.show.LocateService; |
| | | import com.lf.server.service.sys.ArgsService; |
| | |
| | | @Autowired |
| | | UploadService uploadService; |
| | | |
| | | @Autowired |
| | | MetaService metaService; |
| | | |
| | | @Override |
| | | public void run(ApplicationArguments args) { |
| | | // noinspection AlibabaRemoveCommentedCode |
| | |
| | | pathHelper.init(); |
| | | argsService.initSettingData(); |
| | | //testReadShp(); |
| | | //testMeta(); |
| | | |
| | | log.info("***************** 系统启动完毕 *****************" + "\n"); |
| | | } catch (Exception ex) { |
| | |
| | | } |
| | | } |
| | | |
| | | private void testMeta() { |
| | | List<MetaEntity> list = metaService.selectByIdsForTab("1501,1500,1491,1492"); |
| | | String sql = metaService.getDelTabsSql(list); |
| | | } |
| | | |
| | | private void testReadShp() { |
| | | MetaFileEntity mf = new MetaFileEntity(); |
| | | //mf.setPath("D:\\model_data\\m_sitepoint.shp"); |