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