首页>代码>基于SpringBoot1.5 + MyBatis + Thymeleaf 开发的个人博客源码分享>/SpringBootBlog/src/main/java/com/wip/constant/WebConst.java
package com.wip.constant;

import org.springframework.stereotype.Component;

import java.util.HashMap;
import java.util.Map;

/**
 * 系统常量
 */
@Component
public class WebConst {


    /**
     * 一些网站配置
     */
    public static Map<String, String> initConfig = new HashMap<>();


    /**
     * 用户登录session的key
     */
    public static String LOGIN_SESSION_KEY = "login_user";

    public static final String USER_IN_COOKIE = "S_L_ID";


    /**
     * aes加密加盐
     */
    public static String AES_SALT = "0123456789abcdef";
    /**
     * 最大获取文章条数
     */
    public static final int MAX_POSTS = 9999;

    /**
     * 文章标题最多可以输入的文字个数
     */
    public static final int MAX_TITLE_COUNT = 200;

    /**
     * 文章内容最多可以输入的文字个数
     */
    public static final int MAX_CONTENT_COUNT = 200000;

    /**
     * 点击次数超过铄和更新到数据库
     */
    public static final int HIT_EXEED = 10;

    /**
     * 上传文件最大1M
     */
    public static Integer MAX_FILE_SIZE = 1048576;


}
最近下载更多
qq1466625431  LV6 2023年3月4日
chonger  LV4 2022年11月7日
dawnguarda  LV17 2022年11月2日
taijh999  LV13 2022年6月27日
LLLLLL_77  LV2 2022年6月16日
wanglinddad  LV54 2022年5月1日
一个迷茫的打工仔  LV8 2021年12月20日
flydog3  LV2 2021年12月17日
ruishent  LV6 2021年12月16日
liguoliang  LV3 2021年9月15日
最近浏览更多
yangyang567  LV1 3月8日
赵明磊 1月18日
暂无贡献等级
夜起星河  LV8 2023年12月27日
微信网友_6631309708414976  LV5 2023年12月10日
zhaozhiqi  LV5 2023年10月19日
漫步的海星  LV4 2023年9月26日
java小书童  LV17 2023年7月26日
hkxyyz  LV6 2023年7月16日
cheyunhai 2023年6月25日
暂无贡献等级
tangyongheng08  LV6 2023年6月15日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友