Skip to content

Commit

Permalink
增加.travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HaojunRen committed Jan 9, 2018
1 parent 1cbc378 commit ac331a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: java

jdk:
- oraclejdk8
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Nepxion Matrix
[![Apache License 2](https://img.shields.io/badge/license-ASF2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Nepxion/Matrix/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/Nepxion/Matrix.svg?branch=master)](https://travis-ci.org/Nepxion/Matrix)

Nepxion Matrix是一款基于Spring AutoProxy机制的AOP框架,具有很高的通用性,健壮性,灵活性和易用性。它统一封装接口(Spring)代理和类代理(CGLIB),注解无论在接口和类的头部或者方法上,都可以让业务端无编程的被有效切面,可以轻松快速实现对接口或者类的复杂代理业务

Expand Down

0 comments on commit ac331a6

Please sign in to comment.