Skip to content

cq-cppc/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#共病危险因素挖掘软件

##软件包结构

com.edu.cqupt.bigdata.RiskFactorExcavation.entity包:包含了整个项目的实体类

com.edu.cqupt.bigdata.RiskFactorExcavation.commom包:包含一些枚举类,这些枚举类通常表示entity的一些属性,比如数据表的类型有mysqlhive这两种,在此基础上每个枚举类都提供了一些附加功能如com.edu.cqupt.bigdata.RiskFactorExcavation.commom.table.TableType提供了鉴别的功能使用public static TableType verify(String type) throws Exception;方法可以根据字符串鉴定是否存在该种数据类型,并返回该类型的单例对象。

com.edu.cqupt.bigdata.RiskFactorExcavation.config包:整个项目的配置类都在里面

com.edu.cqupt.bigdata.RiskFactorExcavation.controller包:包含了项目里的所有controller,本次项目使用的controllerTableControllerAlgorithmControllerFileController以及RuntimeBusController

com.edu.cqupt.bigdata.RiskFactorExcavation.dao包:包含了所有与数据交互的mapper,该项目使用了Mybatis-Plus插件

com.edu.cqupt.bigdata.RiskFactorExcavation.schedule包:由于大数据平台崩溃,本次项目未使用到该软件包

com.edu.cqupt.bigdata.RiskFactorExcavation.service包:包含了项目所有的service以及service对外展示以及接收的entity的一些视图,这些视图放在该包下的requestresponse包中。为了方便编码测试,项目里面在service的接口跟其实现类里加了一层适配器所有接口的适配器均放在该包下的adapter包中

com.edu.cqupt.bigdata.RiskFactorExcavation.util包:一些工具类,本次仅使用了NameNameGeneratorPythonRun两个类

注:项目中只对service编写注解,未写注释的方法不需要写入设计说明中

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published