GithubHelp home page GithubHelp logo

davidmr001 / ssm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crossoverjie/ssm

0.0 1.0 0.0 4.01 MB

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

Home Page: http://crossoverjie.top

License: GNU General Public License v2.0

Java 100.00%

ssm's Introduction

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

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


下期预告---💭💭💭


SSM

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

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

有任何问题和欢迎Issues

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


联系作者

基于dubbo的分布式架构

博客地址:SSM(十一) 基于dubbo的分布式架构

掘金地址:https://juejin.im/post/58e674ec44d904006d35af5c

效果实例:

2.jpg


项目重构-互联网项目的Maven结构

博客地址:SSM(十) 项目重构-互联网项目的Maven结构

掘金地址:https://gold.xitu.io/post/58b98ab01b69e6006b12ab83

效果实例:

1.jpg


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

博客地址: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

ssm's People

Contributors

crossoverjie avatar ordinaryyzh avatar spider523755877 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.