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

Sign up
Appearance settings

DeBug-Bug/springBootDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

springBootDemo

#springBootDemo项目演示

springBoot框架之前的学习整理,看了网上的介绍感觉springboot会大大提升开发效率,简化开发的配置文件工作,极大方便了我们的开发。 特此在此将我的springBoot学习之路从头开始记录整理,方便自己的学习总结和查看,也为其他在学习springboot的人给些参考和帮助。

具体的详细代码说明请查看下面的链接:

内容:

SpringBoot学习日记一(创建springBoot项目+输出helloword): https://blog.csdn.net/LDSWAN0/article/details/94167548

SpringBoot学习日记二(整合mysql+mybatis实现前后台完全分离网站登录功能: https://blog.csdn.net/LDSWAN0/article/details/94168479

SpringBoot学习日记三(整合mybatis使用传统的SqlSessionTemplate来实现通用Dao操作): https://blog.csdn.net/LDSWAN0/article/details/94170363

SpringBoot学习日记四(整合实现AOP(自定义注解)-注解式拦截&方法规则拦截): https://blog.csdn.net/LDSWAN0/article/details/94171704

spring定时任务Scheduled注解源码分析: https://blog.csdn.net/LDSWAN0/article/details/103065501

spring定时任务设置为多线程执行的两种方式: https://www.b0c0.com/spring%e5%ae%9a%e6%97%b6%e4%bb%bb%e5%8a%a1%e8%ae%be%e7%bd%ae%e4%b8%ba%e5%a4%9a%e7%ba%bf%e7%a8%8b%e6%89%a7%e8%a1%8c%e7%9a%84%e4%b8%a4%e7%a7%8d%e6%96%b9%e5%bc%8f/

UPDATE LOG:

springboot

20191029 springboot定时器多线程支持
package.class com.lds.springbootdemo.scheduled.GeneralScheduled;

springCloud

20191029:使用springcloud的注册中心和配置中心(register、config)

设计模式

20191110: 设计模式具体例子(来自菜鸟教程)
抽象工厂模式 com.lds.springbootdemo.designPatterns.AbstractFactory
桥接模式 com.lds.springbootdemo.designPatterns.Bridge

redis

20190912: redis工具类调整
package.class com.lds.springbootdemo.redis.RedisCacheService;

thread

20191115: thread加锁(synchronized)的测试理解
package com.lds.springbootdemo.thread;

others

20190813: 增加使用druid连接池以及redis。
20190912: 引入rocketMQ以及mq集群测试类,线程池管理
20191209: 添加Swagger2(更方便的用来接口调试),可通过注册中心的链接进入或者直接在项目后加/swagger-ui.html来进入
package com.lds.springbootdemo.rocketMQ;

About

springBootDemo项目演示

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /