Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
signal
traffic-signal-platform
Commits
fe475825
Commit
fe475825
authored
Apr 10, 2025
by
zhouleilei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opt 国产化 - 中创中间件inforsuite V10.0.2.3替换springboot内置tomcat
parent
15640d65
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
application-docker.properties
...-service/src/main/resources/application-docker.properties
+2
-2
pom.xml
signal-optimize-service/pom.xml
+13
-0
bootstrap-docker.yaml
...optimize-service/src/main/resources/bootstrap-docker.yaml
+3
-0
No files found.
signal-feign-service/src/main/resources/application-docker.properties
View file @
fe475825
...
@@ -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
signal-optimize-service/pom.xml
View file @
fe475825
...
@@ -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>
...
...
signal-optimize-service/src/main/resources/bootstrap-docker.yaml
View file @
fe475825
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment