The Wayback Machine - https://web.archive.org/web/20201001001932/https://github.com/LuVx21/spring-boot
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

license stars forks

关于此库

spring-boot的出现确实是降低了开发的门槛和难度,但同时也让开发者不那么容易接触底层,不那么容易了解配置和实现,尤其是针对初级开发人员.

对于使用起来简单的东西,一旦出错,解决就不是那么简单,于是有了此库:同时研究普通spring项目和spring-boot项目,学习实现原理,然后学习spring-cloud,微服务架构.

各目录说明:

目录目录 说明
luvx_trial_Boot 个人用spring-boot项目
luvx_trial_Boot_module spring-boot项目模块化
sample_aop SpringAOP原理即代理模式的研究
sample_data 主从复制的实现(MySQL)
sample_dubbo Dubbo配合Spring的使用
sample_luvx_case 个人阅读源码总结用
sample_luvx_commons 共通模块
sample_luvx_parent Maven依赖的版本定义,是本库中所有PJ的父项目
sample_luvx_ssh Struts+Spring+Hibernate
sample_luvx_ssm SpringMVC+Spring+MyBatis
sample_rabbit RabbitMQ消息队列配和Spring的使用
sample_rwsplit Spring环境中读写分离的多种实现方案
spring-boot-dubbo Dubbo配合spring-boot的使用
spring-boot-jsp spring-boot项目中使用JSP
spring-boot-mybatis spring-boot项目中用MyBatis替换JPA
spring-boot-rabbit spring-boot项目中使用RabbitMQ消息队列
spring-boot-redis spring-boot中使用Redis实现缓存
spring-boot-shiro 安全验证及shiro的基本使用
spring-boot-swagger API文档创建框架的基础使用

运行本库的代码前需要安装依赖的版本定义和共通方法

mvn install -f sample_luvx_parent/pom.xml
mvn install -f sample_luvx_commons/pom.xml
# cd ../sample_luvx_ssh && gradle tomcatRunWar

本库下数据库名:

  • sample*:java
  • spring-boot*:boot

About

SSM项目配合其他技术的使用学习sample & Spring-Boot学习

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.