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

import com.wip.model.ContentDomain;

/**
 * Created by IntelliJ IDEA.
 * User: Kyrie
 * DateTime: 2018/7/23 10:57
 **/
public enum Types {

    // 分类
    CATEGORY("category"),
    // 标签
    TAG("tag"),
    // 文章
    ARTICLE("post"),
    // csrf_token
    CSRF_TOKEN("csrf_token"),
    // 友情链接
    LINK("link"),
    // 评论
    COMMENTS_FREQUENCY("comments:frequency"),
    // 图片
    IMAGE("image"),
    // 文件
    FILE("file"),
    /**
     * 附件存在的URL,默认为网站地址,如集成第三方则为第三方CND域名
     */
    // ATTACH_URL("attach_url");
    ATTACH_URL("http://pr6w2yy51.bkt.clouddn.com/");

    private String type;

    public java.lang.String getType() {
        return type;
    }

    public void setType(java.lang.String type) {
        this.type = type;
    }

    Types(java.lang.String type) {
        this.type = type;
    }
}

最近下载更多
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日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友