mirror of
https://gitee.com/nutz/nutzboot.git
synced 2024-11-29 18:28:01 +08:00
release: v2.2.1
This commit is contained in:
parent
7f53b78206
commit
51db964caf
@ -1,5 +1,11 @@
|
||||
# NB进化史
|
||||
|
||||
# 2.2.1 ""
|
||||
|
||||
* 变更:
|
||||
* update: 使用nutz 1.r.66正式版本
|
||||
* add: 添加配置项,支持禁用swagger
|
||||
|
||||
# 2.2.0 "荷塘月色"
|
||||
|
||||
完善serlvet容器(jetty/undertow/tomcat)对web.xml的替代性配置
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-contrib</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-activiti</artifactId>
|
||||
<dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-contrib</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-hystrix-dashboard</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-contrib</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-ngrok</artifactId>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-contrib</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-uflo</artifactId>
|
||||
<dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-contrib</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-ureport</artifactId>
|
||||
<dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-contrib</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-urule</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-contrib</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-xxl-job-executor</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-parent</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-contrib</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-parent</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-cloud</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>nutzboot-demo-cloud-client</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-cloud</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>nutzboot-demo-cloud-eureka-server</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-cloud</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>nutzboot-demo-cloud-service</artifactId>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-cloud</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-cxf</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-cxf-client</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-cxf</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-cxf-common</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-cxf</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-cxf-service</artifactId>
|
||||
<dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-cxf</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-dubbo</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-dubbo-common</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-dubbo</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-dubbo-rpc-client</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-dubbo</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-dubbo-rpc-service</artifactId>
|
||||
<dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-dubbo</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-feign</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>nutzboot-demo-feign-client-json</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-feign</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>nutzboot-demo-feign-service</artifactId>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-feign</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-activiti</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-apollo-client</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-beetl</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-beetlsql</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-caffeine</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-config-client</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-dao-with-slave</artifactId>
|
||||
<properties>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-dao</artifactId>
|
||||
<properties>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-eureka-client</artifactId>
|
||||
<dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-hystrix</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-j2cache</artifactId>
|
||||
<dependencies>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-jetty</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-jetx</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-mongodb</artifactId>
|
||||
<dependencies>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-mqtt-client</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-mvc-ngrok</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-mvc-shiro</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-mvc-wkcache</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-mvc</artifactId>
|
||||
<dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-quartz</artifactId>
|
||||
<dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-rabbitmq</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-redis</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-sharding-jdbc</artifactId>
|
||||
<dependencies>
|
||||
|
@ -25,6 +25,6 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
</project>
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-swagger</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-thymeleaf</artifactId>
|
||||
<dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-tomcat</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-uflo</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-undertow</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-ureport</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-urule</artifactId>
|
||||
<dependencies>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-web3j</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-xxl-job-executor</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple-zkclient</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-simple</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-zbus</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-zbus-common</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-zbus</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-zbus-rpc-client</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo-zbus</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-zbus-rpc-service</artifactId>
|
||||
<dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-demo</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo-zbus</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-parent</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-demo</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-servlet3</artifactId>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-spring4</artifactId>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-apollo-client</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-beetl</artifactId>
|
||||
<name>nutzboot-starter-beetl</name>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-beetlsql</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-caffeine</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-config-client</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-cxf</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-disque</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-dubbo</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-eureka-client</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-eureka-server</artifactId>
|
||||
<dependencies>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-feign</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-freemarker</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-hystrix</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<groupId>org.nutz</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>nutzboot-starter-j2cache</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-jdbc</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-jetty</artifactId>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-jetx</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-mongodb</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-mqtt-client</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-nutz-dao</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-nutz-mvc</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-quartz</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-rabbitmq</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-redis</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-sharding-jdbc</artifactId>
|
||||
<dependencies>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-shiro</artifactId>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-ssdb</artifactId>
|
||||
<name>nutzboot-starter-ssdb</name>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-swagger</artifactId>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.nutz</groupId>
|
||||
<artifactId>nutzboot-starter</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.2.1</version>
|
||||
</parent>
|
||||
<artifactId>nutzboot-starter-test-junit4</artifactId>
|
||||
<dependencies>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user