@Service public class EppdevConfService extends _EppdevConfService
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) String |
authorMail |
(专用程序包) String |
authorName |
(专用程序包) static ConcurrentHashMap<String,String> |
CACHED_MAP |
(专用程序包) String |
dbPassword |
(专用程序包) String |
dbUrl |
(专用程序包) String |
dbUsername |
(专用程序包) String |
gitAuthPush |
(专用程序包) String |
gitMainBranchName |
(专用程序包) String |
gitPath |
(专用程序包) String |
gitUseNewBrach |
(专用程序包) String |
projectPath |
DEL_FLAG_NORMAL| 构造器和说明 |
|---|
EppdevConfService() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
customeInit(EppdevConf entity)
数据保存前自定义的初始化操作,数据的初始化
|
Map<String,String> |
getAllConf() |
String |
getBasicPackageName() |
String |
getConf(String key) |
String |
getDbType() |
String |
getGitAutoPush() |
String |
getGitMainBranchName() |
String |
getGitPath() |
String |
getGitUseNewBranch() |
String |
getProjectPath() |
com.github.pagehelper.PageInfo<EppdevConf> |
list(EppdevConfParam param)
获取分页列表
|
com.github.pagehelper.PageInfo<EppdevConf> |
listAll()
获取所有的数据
|
(专用程序包) com.github.pagehelper.PageInfo<EppdevConf> |
loadLocalConfig(com.github.pagehelper.PageInfo<EppdevConf> pageInfo) |
int |
update(EppdevConf entity)
重载基础方法,更新缓存对象
|
exists, getDaostatic ConcurrentHashMap<String,String> CACHED_MAP
@Value(value="${eppdev.author.name:#{null}}")
String authorName
@Value(value="${eppdev.author.mail:#{null}}")
String authorMail
@Value(value="${eppdev.project.path:#{null}}")
String projectPath
@Value(value="${eppdev.git.path:#{null}}")
String gitPath
@Value(value="${eppdev.git.auto-push:#{null}}")
String gitAuthPush
@Value(value="${eppdev.git.use-new-branch:#{null}}")
String gitUseNewBrach
@Value(value="${eppdev.git.main-branch-name:#{null}}")
String gitMainBranchName
@Value(value="${spring.datasource.url:#{null}}")
String dbUrl
@Value(value="${spring.datasource.username:#{null}}")
String dbUsername
@Value(value="${spring.datasource.password:#{null}}")
String dbPassword
public void customeInit(EppdevConf entity)
BasicServicecustomeInit 在类中 BasicService<EppdevConf,EppdevConfParam>entity - 要初始化的对象public com.github.pagehelper.PageInfo<EppdevConf> listAll()
BasicServicelistAll 在类中 BasicService<EppdevConf,EppdevConfParam>public com.github.pagehelper.PageInfo<EppdevConf> list(EppdevConfParam param)
BasicServicelist 在类中 BasicService<EppdevConf,EppdevConfParam>param - 参数值com.github.pagehelper.PageInfo<EppdevConf> loadLocalConfig(com.github.pagehelper.PageInfo<EppdevConf> pageInfo)
public String getDbType()
public String getProjectPath()
public String getBasicPackageName()
public String getGitPath()
public String getGitAutoPush()
public String getGitUseNewBranch()
public String getGitMainBranchName()
public int update(EppdevConf entity)
update 在类中 BasicService<EppdevConf,EppdevConfParam>entity - 要保存的数据对象Copyright © 2019. All rights reserved.