Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

x113773/testall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

74 Commits

Repository files navigation

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集成实例见这里

About

testall 持续更新中···

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /