项目作者: leon66666

项目描述 :
spring-boot和各大主流技术的框架整合
高级语言: Java
项目地址: git://github.com/leon66666/spring-boot-frameset.git
创建时间: 2017-10-18T03:08:44Z
项目社区:https://github.com/leon66666/spring-boot-frameset

开源协议:Apache License 2.0

下载


spring-boot-frameset

spring-boot和各大主流技术的框架整合

spring-boot-web(spring-boot-web项目模板)

spring-boot-service(maven项目,为spring-boot-frameset各个模块提供service服务)

spring-boot-sample(spring-boot-web项目)(参考:https://github.com/tengj/SpringBootDemo)

  • 入门demo
  • 配置文件说明
  • 开发,测试,线上,三个环境不同的配置文件
  • 访问静态资源
  • 拦截器处理
  • Thymeleaf
  • 日志logback,不同环境不同日志级别
  • 通过Environment,获取到配置文件中的配置

spring-boot-jdbc(spring-boot-web项目)(参考:https://github.com/tengj/SpringBootDemo)

  • springboot和jdbc整合

spring-boot-mybatis(spring-boot-web项目)(参考:https://github.com/tengj/SpringBootDemo)

  • springboot和mybatis整合

spring-boot-dubbo-server(spring-boot-web项目)

  • springboot和dubbo整合,dubbo的provider

spring-boot-dubbo-client(spring-boot-web项目)

  • springboot和dubbo整合,dubbo的consumer

spring-boot-amqp(spring-boot-web项目)

  • springboot和amqp整合