8 changed files with 75 additions and 6 deletions
@ -0,0 +1 @@ |
|||||
|
# 配置扫描的包 |
||||
@ -0,0 +1,27 @@ |
|||||
|
package cn.chjyj.szwh.constant; |
||||
|
|
||||
|
|
||||
|
import cn.chjyj.szwh.configure.EnvConfig; |
||||
|
|
||||
|
/** |
||||
|
* 系统常量 |
||||
|
*/ |
||||
|
public class ChConstant { |
||||
|
//项目运行目录
|
||||
|
public static final String WORK_DIR = EnvConfig.yxDbConf(); |
||||
|
|
||||
|
//数据库链接文件路径
|
||||
|
public static final String DB_CONF = "/conf/db.properties"; |
||||
|
|
||||
|
//分页大小
|
||||
|
public static final int PAGESIZE=12; |
||||
|
/** |
||||
|
* 系统密文 |
||||
|
* 43位字符长度 |
||||
|
*/ |
||||
|
public static final String SYS_SECRECT="mQ4jvhc5UAY1HDu87jfR5rkDkVRvKF1ZeaUpuVpBnNG"; |
||||
|
/** |
||||
|
* 系统加密密码 |
||||
|
*/ |
||||
|
public static final String SYS_SECRECT_SHORT_WORD="ChhongLtd"; |
||||
|
} |
||||
@ -1,3 +1,5 @@ |
|||||
============ 深圳文化交易所api接口系统 ========== |
${AnsiColor.GREEN} |
||||
================== 2022.06 ================== |
============ 深圳文化交易所api接口系统 ============ |
||||
================= copyright reseved ========= |
======== springboot版本:${spring-boot.formatted-version} ======== |
||||
|
================== 2022.06 ==================== |
||||
|
================= copyright reseved =========== |
||||
Loading…
Reference in new issue