Commit fe475825 authored by zhouleilei's avatar zhouleilei

opt 国产化 - 中创中间件inforsuite V10.0.2.3替换springboot内置tomcat

parent 15640d65
......@@ -3,5 +3,5 @@ utc.dt.service.url=http://127.0.0.1:39002/utc-dt
utc.hisense.service.url=http://127.0.0.1:39003/utc-hisense
control.url=http://127.0.0.1:32001/web
ehualu.url=http://127.0.0.1:30015
inforsuite.license-path=D:\\license
#inforsuite.license-path=/license
\ No newline at end of file
#inforsuite.license-path=D:\\license
inforsuite.license-path=/license
\ No newline at end of file
......@@ -59,6 +59,19 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</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>
......
......@@ -13,3 +13,6 @@ spring:
name: signal-optimize-service
main:
allow-circular-references: true
inforsuite:
license-path: D:\\license
\ No newline at end of file
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