Commit d5d361ac authored by zhouleilei's avatar zhouleilei

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

parent 0330bfcb
......@@ -76,7 +76,20 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<!-- 中创中间件inforsuite ,排除tomcat-->
<!--<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>-->
</dependency>
<!-- 中创中间件inforsuite-->
<!-- <dependency>
<groupId>com.cvicse.embedded</groupId>
<artifactId>spring-boot-starter-inforsuite</artifactId>
<version>10.0.2.5</version>
</dependency>-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>
......
......@@ -13,3 +13,6 @@ spring:
name: utc-hisense
main:
allow-circular-references: true
inforsuite:
license-path: D:\\济南\\国产化迁移\\中创中间件inforsuite
......@@ -13,3 +13,6 @@ spring:
namespace: signal
username: nacos
password: nacos
inforsuite:
license-path: D:\\济南\\国产化迁移\\中创中间件inforsuite
\ No newline at end of file
......@@ -27,10 +27,10 @@
<artifactId>spring-cloud-commons</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<!--<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</dependency>
</dependency>-->
<!--Nacos 配置中心-->
<dependency>
<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