# my-spring-demo **Repository Path**: hylun/SpringWeb ## Basic Information - **Project Name**: my-spring-demo - **Description**: 记录自己做过的Spring,SpringMvc,SpringBoot,Dubbo,Motan等框架的demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/hylun/my-spring-demo - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2017-03-07 - **Last Updated**: 2022-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringWeb 本仓库汇集一些使用Spring,SpringMvc,SpringBoot,Dubbo等框架开发Web应用的一些技巧及示例Demo。 ## springmvc-demo 本项目记录在Eclipse中使用Maven创建Springmvc+Mybatis+Velocity项目的demo 查看[Blog教程](https://blog.csdn.net/heylun/article/details/78737316) ## springboot-thymeleaf-layout-demo 本项目记录在springboot中使用thymeleaf模版实现页面布局(layout)两种方法的demo 查看[Blog教程](https://blog.csdn.net/heylun/article/details/78732192) ## dubbo-provider-to-jar 本项目记录将dubbo provider项目打包成jar包,便于搭建微服务器集群 查看[Blog教程](https://blog.csdn.net/heylun/article/details/78732526) ## motan-spring-boot-demo 本项目记录将motan与spring-boot相整合的示例,可直接打包成jar包运行,便于搭建微服务器集群