提交 c26832e7 编写于 作者: sq3536's avatar sq3536

版本迭代

上级 eef5af5d
...@@ -14,16 +14,16 @@ ...@@ -14,16 +14,16 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<artifactId>ibiz-boot-starter-parent</artifactId> <artifactId>ibiz-boot-starter-parent</artifactId>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<version>2.4.0-151</version> <version>2.4.0-SNAPSHOT</version>
<name>iBiz Boot Starter Parent</name> <name>iBiz Boot Starter Parent</name>
<description>iBiz Boot Starter Parent</description> <description>iBiz Boot Starter Parent</description>
<properties> <properties>
<revision>2.4.0-151</revision> <revision>2.4.0-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ibiz-boot-starter.version>2.4.0-151</ibiz-boot-starter.version> <ibiz-boot-starter.version>2.4.0-SNAPSHOT</ibiz-boot-starter.version>
<ibiz.cloud.version>8.1.0.151</ibiz.cloud.version> <ibiz.cloud.version>8.1.0.181</ibiz.cloud.version>
<spring-cloud.version>2020.0.1</spring-cloud.version> <spring-cloud.version>2020.0.1</spring-cloud.version>
<spring-cloud-starter-bootstrap.version>3.0.1</spring-cloud-starter-bootstrap.version> <spring-cloud-starter-bootstrap.version>3.0.1</spring-cloud-starter-bootstrap.version>
<fastjson.version>1.2.83</fastjson.version> <fastjson.version>1.2.83</fastjson.version>
......
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>ibiz-boot-starter</artifactId> <artifactId>ibiz-boot-starter</artifactId>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<version>2.4.0-151</version> <version>2.4.0-SNAPSHOT</version>
<name>iBiz Boot Starter</name> <name>iBiz Boot Starter</name>
<description>iBiz Boot Starter</description> <description>iBiz Boot Starter</description>
<parent> <parent>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-boot-starter-parent</artifactId> <artifactId>ibiz-boot-starter-parent</artifactId>
<version>2.4.0-151</version> <version>2.4.0-SNAPSHOT</version>
<relativePath>../ibiz-boot-starter-parent/pom.xml</relativePath> <relativePath>../ibiz-boot-starter-parent/pom.xml</relativePath>
</parent> </parent>
......
...@@ -77,7 +77,7 @@ public class BootServiceHub extends ServiceHubBase implements ApplicationContext ...@@ -77,7 +77,7 @@ public class BootServiceHub extends ServiceHubBase implements ApplicationContext
protected void registerDataSource(DataSource ds) throws Exception{ protected javax.sql.DataSource registerDataSource(DataSource ds) throws Exception{
DataSourceProperty dataSourceProperty = new DataSourceProperty(); DataSourceProperty dataSourceProperty = new DataSourceProperty();
dataSourceProperty.setDriverClassName(ds.getDriverClassName()); dataSourceProperty.setDriverClassName(ds.getDriverClassName());
...@@ -95,7 +95,7 @@ public class BootServiceHub extends ServiceHubBase implements ApplicationContext ...@@ -95,7 +95,7 @@ public class BootServiceHub extends ServiceHubBase implements ApplicationContext
log.error(ex); log.error(ex);
} }
this.setDataSource(ds.getDataSourceId(), dataSource); this.setDataSource(ds.getDataSourceId(), dataSource);
return dataSource;
} }
......
...@@ -8,20 +8,20 @@ ...@@ -8,20 +8,20 @@
<parent> <parent>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-boot-starter-parent</artifactId> <artifactId>ibiz-boot-starter-parent</artifactId>
<version>2.4.0-151</version> <version>2.4.0-SNAPSHOT</version>
<relativePath>ibiz-boot-starter-parent/pom.xml</relativePath> <relativePath>ibiz-boot-starter-parent/pom.xml</relativePath>
</parent> </parent>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-boot-starters</artifactId> <artifactId>ibiz-boot-starters</artifactId>
<version>2.4.0-151</version> <version>2.4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>ibiz-boot-starters</name> <name>ibiz-boot-starters</name>
<description>ibiz-boot-starters</description> <description>ibiz-boot-starters</description>
<properties> <properties>
<revision>2.4.0-151</revision> <revision>2.4.0-SNAPSHOT</revision>
</properties> </properties>
<modules> <modules>
<module>ibiz-boot-starter-parent</module> <module>ibiz-boot-starter-parent</module>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册