Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
/ SSM Public
forked from crossoverJie/SSM

不定期分享JavaWeb方向的技术,长期更新。欢迎发起讨论 Issues

License

Notifications You must be signed in to change notification settings

ColaCoding/SSM

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

个人博客:http://crossoverJie.top

简书:http://www.jianshu.com/users/e2d07947c112/latest_articles

CSDN: http://blog.csdn.net/qq_18661793

开源中国: http://my.oschina.net/crossoverjie

掘金主页: https://gold.xitu.io/user/576d4aaf7db2a20054ea4544

演示地址: http://www.crossoverjie.top/SSM


下期预告---:thought_balloon::thought_balloon::thought_balloon:


SSM

使用Idea搭建的Maven项目,会不定期更新一些在实际开发中使用的技巧(ps:目前不是很忙基本上一周一更)。 没有复杂的业务流程,更不是XXXX系统,只有一些技术的分享。想要学习XX系统的:

这里有两个完整的项目,都写有注释也比较简单。

目前使用到的技术:

  • Spring SpringMVC Mybatis Druid Lucene Shiro websocket Redis
  • BootStrap, EasyUI

有任何问题和欢迎Issues

觉得不错的朋友可以点下star,watch,fork也算是对我的鼓励了。


联系作者

反射的实际应用 - 构建日志对象

博客地址:SSM(九) 反射的实际应用 - 构建日志对象

简书地址:http://www.jianshu.com/p/5a23ff31204f

效果实例:

    @Test
    public void insertSelective2() throws Exception {
        Content content = new Content();
        content.setContent("你好");
        content.setContentname("1");
        content.setCreatedate("2016-09-23");

        contentService.insertSelective(content);

        ContentLog log = new ContentLog();
        CommonUtil.setLogValueModelToModel(content, log);
        contentLogService.insertSelective(log);
    }

动态切换数据源

博客地址:SSM(八)动态切换数据源

简书地址:http://www.jianshu.com/p/9d3d92b37c0a

效果实例: 3


在JavaWeb应用中使用Redis

博客地址:SSM(七)在JavaWeb应用中使用Redis

简书地址:http://www.jianshu.com/p/77cd4ae50c8b

效果实例: 01.gif


跨域传输

博客地址:SSM(六)跨域传输 简书地址:http://www.jianshu.com/p/3e3d9a89fafc 效果实例:


基于webSocket的聊天室

博客地址:SSM(五)基于webSocket的聊天室 简书地址:http://www.jianshu.com/p/79faa8af6455 效果实例:


WebService入门详解

博客地址:SSM(四)WebService入门详解 简书地址:http://www.jianshu.com/p/5c2b01aaa7ac 效果实例:


Shiro使用详解

博客地址:SSM(三)Shiro使用详解 简书地址:http://www.jianshu.com/p/6786ddf54582 效果实例: 1


Lucene全文检索

博客地址:SSM(二)Lucene全文检索 效果实例:


SSM架构的整合

博客地址:SSM(一)框架的整合


Open Source Love

About

不定期分享JavaWeb方向的技术,长期更新。欢迎发起讨论 Issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.9%
  • PLpgSQL 1.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.