Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 664 Bytes

File metadata and controls

12 lines (11 loc) · 664 Bytes

SpringWeb

本仓库汇集一些使用Spring,SpringMvc,SpringBoot,Dubbo等框架开发Web应用的一些技巧及示例Demo。

springmvc-demo

本项目记录在Eclipse中使用Maven创建Springmvc+Mybatis+Velocity项目的demo 查看Blog教程

springboot-thymeleaf-layout-demo

本项目记录在springboot中使用thymeleaf模版实现页面布局(layout)两种方法的demo 查看Blog教程

dubbo-provider-to-jar

本项目记录将dubbo provider项目打包成jar包,便于搭建微服务器集群 查看Blog教程