SSM结合Bootstrap实现博客系统


此系统使用maven搭建分布式架构,blog-web项目继承blog-parent项目,依赖blog-common项目,其中blog-parent项目专门用来管理版本,blog-common专门用来管理工具类。系统使用Spring,Springmvc及mybatis技术。 资源中包含需要的数据表sql文件
资源截图
代码片段和文件信息
package com.blog.result;

import java.util.List;


public class EasyUIResult {

private Integer total;

private List rows;

public EasyUIResult(Integer total List rows) {
this.total = total;
this.rows = rows;
}

public EasyUIResult(long total List rows) {
this.total = (int) total;
this.rows = rows;
}

public Integer getTotal() {
return total;
}
public void setTotal(Integer total) {
this.total = total;
}
public List getRows() {
return rows;
}
public void setRows(List rows) {
this.rows = rows;
}


}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1433  2018-04-09 17:51  博客系统源码log-common.classpath

     文件        563  2018-04-09 17:51  博客系统源码log-common.project

     文件        165  2018-04-09 17:51  博客系统源码log-common.settingsorg.eclipse.core.resources.prefs

     文件        243  2018-04-09 17:51  博客系统源码log-common.settingsorg.eclipse.jdt.core.prefs

     文件         90  2018-04-09 16:28  博客系统源码log-common.settingsorg.eclipse.m2e.core.prefs

     文件          3  2018-04-09 16:26  博客系统源码log-common.svnentries

     文件          3  2018-04-09 16:26  博客系统源码log-common.svnformat

     文件       1092  2018-04-09 16:26  博客系统源码log-common.svnpristine1010c447c4d39623fbe178cbd8439fdfd838bb82a0.svn-base

     文件        362  2018-04-09 16:26  博客系统源码log-common.svnpristine1212971dbd5a9f2f285a8d9381eab8128226618cb4.svn-base

     文件        591  2018-04-09 16:26  博客系统源码log-common.svnpristine18182e784045b9b64329537fa14a8a286250be9219.svn-base

     文件       1877  2018-04-09 16:26  博客系统源码log-common.svnpristine1b1bee5011a1d435438c84eb1dcfe3b4d82eace7c1.svn-base

     文件       1959  2018-04-09 16:26  博客系统源码log-common.svnpristine4747b6ab06701666cf0342a352e50ad2605ab2f725.svn-base

     文件        245  2018-04-10 09:20  博客系统源码log-common.svnpristine9696fe7c49052e10c2a399dcf3a7ae18a153ad7298.svn-base

     文件       3923  2018-04-09 16:26  博客系统源码log-common.svnpristineababd5259e6a6b0d695e0afe2e76f11b73f72afbf3.svn-base

     文件       1237  2018-04-09 16:26  博客系统源码log-common.svnpristined2d2e0cd4693f435e7dc0dd5bfd5d96af6bcd815f2.svn-base

     文件        439  2018-04-09 16:26  博客系统源码log-common.svnpristinef6f6fb7e11819a5d6f5949ec154165918dd98dd145.svn-base

     文件       2058  2018-04-09 16:26  博客系统源码log-common.svnpristinefcfc59cb8b4c8c8ca9b3938723c614cb07b6569f3d.svn-base

     文件      41984  2018-04-10 09:20  博客系统源码log-common.svnwc.db

     文件       1959  2018-04-09 16:26  博客系统源码log-commonpom.xml

     文件        591  2018-04-09 16:26  博客系统源码log-commonsrcmainjavacomlog
esultEasyUIResult.java

     文件        362  2018-04-09 16:26  博客系统源码log-commonsrcmainjavacomlog
esultEUDateGridResult.java

     文件       1092  2018-04-09 16:26  博客系统源码log-commonsrcmainjavacomlog
esultPictureResult.java

     文件       3911  2018-04-12 15:06  博客系统源码log-commonsrcmainjavacomlog
esultTaotaoResult.java

     文件        439  2018-04-09 16:26  博客系统源码log-commonsrcmainjavacomlogutilsExceptionUtil.java

     文件       1237  2018-04-09 16:26  博客系统源码log-commonsrcmainjavacomlogutilsIDUtils.java

     文件       1877  2018-04-09 16:26  博客系统源码log-commonsrcmainjavacomlogutilsJsonUtils.java

     文件       2058  2018-04-09 16:26  博客系统源码log-commonsrcmainjavacomlogutilsPictureUtils.java

     文件        245  2018-04-09 20:54  博客系统源码log-commonsrcmainjavacomlogutilsUUIDUtils.java

     文件      10824  2018-04-09 21:30  博客系统源码log-common argetlog-common.jar

     文件       1350  2018-04-10 10:40  博客系统源码log-common argetclassescomlog
esultEasyUIResult.class

............此处省略2846个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)