首页>代码>基于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; }
最近下载更多
y1214435276 LV9
9月26日
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 LV55
2022年5月1日
一个迷茫的打工仔 LV8
2021年12月20日
flydog3 LV2
2021年12月17日
ruishent LV6
2021年12月16日
最近浏览更多
y1214435276 LV9
9月26日
李朝磊 LV18
7月4日
TY0165 LV20
6月25日
ma406805131 LV15
6月15日
lllajen
6月9日
暂无贡献等级
ccccchhhh
5月31日
暂无贡献等级
来一杯西瓜冰咩 LV6
5月13日
子夜青创
5月4日
暂无贡献等级
玖零定制问题修复 LV34
5月4日
yangyang567 LV1
3月8日