Giter Club home page Giter Club logo

testall's Introduction

testall 持续更新中···

打算把用到过的和学习过的,所有前后端技术都集成到这个项目里,并在issues里配以介绍说明,以备以后使用。

已包含的技术功能点(下面的技术名称为示例代码链接):

  • Spring Boot 这个项目就是就是基于Spring Boot框架的;

  • Ansible 是一个自动化运维工具,可以实现批量系统配置、批量程序部署、批量运行命令等功能。这里的样例实现了如下功能:通过指定本机和目标主机(均为Linux)的一些配置信息,实现自动启停Tomcat、weblogic,并删除同名旧项目,部署新项目。具体的配置说明及实现说明,请看这里

  • AOP 面向切面编程,这里是一个Spring AOP 的实例,通过Advice可以获得方法的一些信息,并在方法执行前后执行一些操作。通过Introduction可以为某个对象增加新的 方法,详见这里

  • CORS 跨域资源共享,这里是Springboot开启全局支持CORS的配置,什么是CORS,请看这里

  • HTTPS Springboot开启https协议,详见这里

  • MyBatis Springboot集成MyBatis的两种方式,详见这里

  • Redis 通过Spring Data Redis对Redis进行一些操作,相关文档说明:

  • SnakeYAML 可以实现对YAML进行读写操作

  • Solr 通过solrj对solr进行一些操作(持续更新中),相关文档说明:

  • Spring Security 没有使用xml而是使用Java config方式对Spring Security进行的配置,包括如下功能:

  • Swagger 是一款接口文档在线自动生成及测试软件(可以当postman用),详细介绍见这里,springboot集成实例见这里

testall's People

Contributors

x113773 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.