Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:nutzam/nutzmore.git
Browse files Browse the repository at this point in the history
  • Loading branch information
王贵源 committed Jun 19, 2018
2 parents 70f8a06 + 6e8057c commit 1cfd28d
Show file tree
Hide file tree
Showing 106 changed files with 913 additions and 226 deletions.
4 changes: 2 additions & 2 deletions nutz-integration-activiti/demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>net.wendal</groupId>
<artifactId>nutz-activiti-demo</artifactId>
<packaging>war</packaging>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
<name>nutzdemo Maven Webapp</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz-integration-activiti</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
8 changes: 4 additions & 4 deletions nutz-integration-activiti/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-activiti</artifactId>
<url>https://nutzam.com</url>
Expand Down Expand Up @@ -125,14 +125,14 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.193</version>
<version>${h2.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.24</version>
<version>${slf4j-log4j12.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion nutz-integration-autoloadcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-autoloadcache</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion nutz-integration-bex5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>nutzmore</artifactId>
<groupId>org.nutz</groupId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion nutz-integration-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-cxf</artifactId>

Expand Down
10 changes: 5 additions & 5 deletions nutz-integration-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-dubbo</artifactId>

Expand Down Expand Up @@ -56,8 +56,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
Expand Down Expand Up @@ -138,8 +138,8 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<version>${log4j.version}</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion nutz-integration-dwr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-dwr</artifactId>
<url>https://nutzam.com</url>
Expand Down
2 changes: 1 addition & 1 deletion nutz-integration-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-grpc</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion nutz-integration-hasor/demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz-integration-hasor</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</dependency>

<!-- Hasor -->
Expand Down
2 changes: 1 addition & 1 deletion nutz-integration-hasor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-hasor</artifactId>
<name>nutz-integration-hasor</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
* limitations under the License.
*/
package org.nutz.integration.hasor;
import net.hasor.core.*;

import java.io.IOException;
import java.util.Map.Entry;
import java.util.Set;

import org.nutz.integration.hasor.annotation.HasorConfiguration;
import org.nutz.ioc.Ioc;
import org.nutz.ioc.impl.PropertiesProxy;
Expand All @@ -24,9 +28,12 @@
import org.nutz.log.Log;
import org.nutz.log.Logs;

import java.io.IOException;
import java.util.Map.Entry;
import java.util.Set;
import net.hasor.core.ApiBinder;
import net.hasor.core.AppContext;
import net.hasor.core.BindInfo;
import net.hasor.core.Hasor;
import net.hasor.core.LifeModule;
import net.hasor.core.Module;
/**
* 用法:ioc.get(HasorFactoryIocLoader.class, "hasor");
* @version : 2017年02月20日
Expand Down Expand Up @@ -145,4 +152,4 @@ public void onStart(AppContext appContext) throws Throwable {
public void onStop(AppContext appContext) throws Throwable {
//
}
}
}
2 changes: 1 addition & 1 deletion nutz-integration-hessian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-hessian</artifactId>
<url>https://nutzam.com</url>
Expand Down
2 changes: 1 addition & 1 deletion nutz-integration-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-jcache</artifactId>
<url>https://nutzam.com</url>
Expand Down
8 changes: 4 additions & 4 deletions nutz-integration-jedis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-jedis</artifactId>

Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<version>${jedis.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.1</version>
<version>${javax.websocket-api.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -95,4 +95,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 3 additions & 3 deletions nutz-integration-jedisque/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-jedisque</artifactId>

Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<version>${jedis.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -95,4 +95,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion nutz-integration-jsch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-jsch</artifactId>
<url>https://nutzam.com</url>
Expand Down
2 changes: 1 addition & 1 deletion nutz-integration-jsf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-jsf</artifactId>
<url>https://nutzam.com</url>
Expand Down
9 changes: 4 additions & 5 deletions nutz-integration-json4excel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutzmore</artifactId>
<version>1.r.66-SNAPSHOT</version>
<version>1.r.67-SNAPSHOT</version>
</parent>
<artifactId>nutz-integration-json4excel</artifactId>
<name>nutz-integration-json4excel</name>
Expand Down Expand Up @@ -37,7 +37,6 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<poi.version>3.17</poi.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -49,13 +48,13 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.40</version>
<version>${mysql-connector-java.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.0.26</version>
<version>${druid.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -71,7 +70,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<version>${log4j.version}</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Expand Down
Loading

0 comments on commit 1cfd28d

Please sign in to comment.