maven 添加 本地 jar 先在pom.xml中添加一个资源:
<dependency> <groupId>com.sina</groupId> <artifactId>sae-local</artifactId> <version>1.1.0</version> </dependency>