首页>代码>基于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; }

zolscy LV24
2024年11月29日
y1214435276 LV9
2024年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日

f22m1a2b2 LV17
1月9日
xinshou11111x
2024年12月12日
暂无贡献等级
zolscy LV24
2024年11月29日
y1214435276 LV9
2024年9月26日
李朝磊 LV18
2024年7月4日
TY0165 LV20
2024年6月25日
ma406805131 LV19
2024年6月15日
lllajen
2024年6月9日
暂无贡献等级
ccccchhhh
2024年5月31日
暂无贡献等级
来一杯西瓜冰咩 LV6
2024年5月13日