Commit d5d361ac authored by zhouleilei's avatar zhouleilei

海信项目国产化 - 中创中间件inforsuite V10.0.2.3替换springboot内置tomcat

parent 0330bfcb
...@@ -76,7 +76,20 @@ ...@@ -76,7 +76,20 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
<!-- 中创中间件inforsuite ,排除tomcat-->
<!--<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>-->
</dependency> </dependency>
<!-- 中创中间件inforsuite-->
<!-- <dependency>
<groupId>com.cvicse.embedded</groupId>
<artifactId>spring-boot-starter-inforsuite</artifactId>
<version>10.0.2.5</version>
</dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId> <artifactId>spring-boot-starter-freemarker</artifactId>
......
...@@ -13,3 +13,6 @@ spring: ...@@ -13,3 +13,6 @@ spring:
name: utc-hisense name: utc-hisense
main: main:
allow-circular-references: true allow-circular-references: true
inforsuite:
license-path: D:\\济南\\国产化迁移\\中创中间件inforsuite
...@@ -13,3 +13,6 @@ spring: ...@@ -13,3 +13,6 @@ spring:
namespace: signal namespace: signal
username: nacos username: nacos
password: nacos password: nacos
inforsuite:
license-path: D:\\济南\\国产化迁移\\中创中间件inforsuite
\ No newline at end of file
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
<artifactId>spring-cloud-commons</artifactId> <artifactId>spring-cloud-commons</artifactId>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <!--<dependency>
<groupId>org.apache.tomcat.embed</groupId> <groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId> <artifactId>tomcat-embed-core</artifactId>
</dependency> </dependency>-->
<!--Nacos 配置中心--> <!--Nacos 配置中心-->
<dependency> <dependency>
<groupId>com.alibaba.cloud</groupId> <groupId>com.alibaba.cloud</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment