Java Web相关技术整理

  1.  Swagger 是一款RESTFUL接口的文档在线自动生成+功能测试功能软件。
  2. Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。该框架使用了特定的方式来进行配置,从而使开发人员不再需要定义样板化的配置。通过这种方式,Spring Boot致力于在蓬勃发展的快速应用开发领域(rapid application development)成为领导者。
  3. Spring Security是一个能够为基于Spring的企业应用系统提供声明式的安全访问控制解决方案的安全框架。
  4. Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, one-time tokens, global locks, leadership election, distributed sessions, cluster state). Coordination of distributed systems leads to boiler plate patterns, and using Spring Cloud developers can quickly stand up services and applications that implement those patterns. They will work well in any distributed environment, including the developer's own laptop, bare metal data centres, and managed platforms such as Cloud Foundry.http://projects.spring.io/spring-cloud/
  5. 功能
  6. 1、mybatis-plus (mybatis 自动 crud 功能)
    2、kisso (单点授权、权限管理、验证码、api 服务、oauth2认证)
    3、mail(收发邮件)
    4、veloctiy (继承模板支持、环境控制)
    5、slf4j-api(日志 logback 管理)
    7、fastjson (json 处理)
    8、quartz (定时任务)
    9、cos (优化、支持头文件字节检查、图片剪切、视频处理、文档处理)
    10、Sigar (系统信息收集)
    11、pingyin4j(中文转拼音库 )
    12、oauth2.0  weibo  github 登录支持
    13、表单重复提交aop 辅助工具类
    14、日志组件 logback 动态环境配置支持

apache-oltu-oauth2

Apache OLTU实现了OAuth 2.0的规范,是一种可靠的Java授权解决方案 

第十七章 OAuth2集成——《跟我学Shiro》

http://jinnianshilongnian.iteye.com/blog/2038646

https://github.com/favccxx/FavOAuth2

猜你喜欢

转载自529.iteye.com/blog/2367213
今日推荐